2 implementations of InternalChildren
PresentationFramework (2)
System\Windows\Controls\Stack.cs (1)
1048UIElementCollection IStackMeasure.InternalChildren
System\Windows\Controls\VirtualizingStackPanel.cs (1)
11606UIElementCollection IStackMeasure.InternalChildren
3 references to InternalChildren
PresentationFramework (3)
System\Windows\Controls\Stack.cs (3)
551UIElementCollection children = measureElement.InternalChildren; 718UIElementCollection children = arrangeElement.InternalChildren; 832UIElementCollection children = arrangeElement.InternalChildren;