6 references to RealizedChildren
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
2225IList children = RealizedChildren; // yes, this is weird, but this property ensures the Generator is properly initialized. 3343IList children = RealizedChildren; // yes, this is weird, but this property ensures the Generator is properly initialized. 3791IList children = RealizedChildren; 8898IList children = RealizedChildren; 9047IList children = RealizedChildren; 13001foreach (UIElement child in RealizedChildren)