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