2 implementations of InternalChildren
PresentationFramework (2)
src\Framework\System\Windows\Controls\Stack.cs (1)
1060UIElementCollection IStackMeasure.InternalChildren
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
11473UIElementCollection IStackMeasure.InternalChildren
3 references to InternalChildren
PresentationFramework (3)
src\Framework\System\Windows\Controls\Stack.cs (3)
563UIElementCollection children = measureElement.InternalChildren; 730UIElementCollection children = arrangeElement.InternalChildren; 844UIElementCollection children = arrangeElement.InternalChildren;