6 references to RealizedChildren
PresentationFramework (6)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (6)
2191IList children = RealizedChildren; // yes, this is weird, but this property ensures the Generator is properly initialized. 3301IList children = RealizedChildren; // yes, this is weird, but this property ensures the Generator is properly initialized. 3744IList children = RealizedChildren; 8766IList children = RealizedChildren; 8915IList children = RealizedChildren; 12867foreach (UIElement child in RealizedChildren)