6 references to RealizedChildren
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
2241IList children = RealizedChildren; // yes, this is weird, but this property ensures the Generator is properly initialized. 3362IList children = RealizedChildren; // yes, this is weird, but this property ensures the Generator is properly initialized. 3810IList children = RealizedChildren; 8924IList children = RealizedChildren; 9073IList children = RealizedChildren; 13033foreach (UIElement child in RealizedChildren)