6 references to RealizedChildren
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
2224IList children = RealizedChildren; // yes, this is weird, but this property ensures the Generator is properly initialized. 3342IList children = RealizedChildren; // yes, this is weird, but this property ensures the Generator is properly initialized. 3790IList children = RealizedChildren; 8894IList children = RealizedChildren; 9043IList children = RealizedChildren; 12997foreach (UIElement child in RealizedChildren)