2 implementations of InternalChildren
PresentationFramework (2)
System\Windows\Controls\Stack.cs (1)
1054
UIElementCollection IStackMeasure.
InternalChildren
System\Windows\Controls\VirtualizingStackPanel.cs (1)
11611
UIElementCollection IStackMeasure.
InternalChildren
3 references to InternalChildren
PresentationFramework (3)
System\Windows\Controls\Stack.cs (3)
557
UIElementCollection children = measureElement.
InternalChildren
;
724
UIElementCollection children = arrangeElement.
InternalChildren
;
838
UIElementCollection children = arrangeElement.
InternalChildren
;