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