I got a collection of custom DependencyObjects that I created. But I think that it doesn't matter wherever the DependencyObject comes from. The thing is that I'd like the list its properties but when I'm looking at the C#doc for DependencyObject I can't find anything related to the properties... :/
How can I do it ?
(nb : I got fields (string, int, etcetc..) as properties in my DependencyObject, and I got DependencyProperties too. Ultimatly I'd like to list only the DependencyProperties but it's not an obligation !)
Thx in advance and sry for my langage, im french -_- (and sry for my president too...)