In C# PropertyInspectorView
is of Type UIElement
.
I need to get the children of PropertyInspectorView
. There is no inhernet method to do that. Since that inherits UIElement
I wonder if there is a way to get a UIElement
's children.
Thank you for your attention. This question is not the duplicate of a question already asked. The already asked questions have a xaml section to them. My question here is about code with no XAML connection and purley C#. Please remove the duplicate tag when possible. Thanks–