6 references to RealizedChildren
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
2234IList children = RealizedChildren; // yes, this is weird, but this property ensures the Generator is properly initialized. 3355IList children = RealizedChildren; // yes, this is weird, but this property ensures the Generator is properly initialized. 3803IList children = RealizedChildren; 8919IList children = RealizedChildren; 9068IList children = RealizedChildren; 13025foreach (UIElement child in RealizedChildren)