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