Hi,
how can I check if a child is in LogicalTree or in VisualTree?
Is there something like UIElement.IsInVisualTree or UIElement.IsInLogicalTree?
So the question is how do I find out no matter when at runtime if a child (i could pick any random child) is in LogicalTree or in VisualTree?