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