6 references to RealizedChildren
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
2224
IList children =
RealizedChildren
; // yes, this is weird, but this property ensures the Generator is properly initialized.
3342
IList children =
RealizedChildren
; // yes, this is weird, but this property ensures the Generator is properly initialized.
3790
IList children =
RealizedChildren
;
8894
IList children =
RealizedChildren
;
9043
IList children =
RealizedChildren
;
12997
foreach (UIElement child in
RealizedChildren
)