5 references to VisualCollection
PresentationCore (1)
System\Windows\Media\ContainerVisual.cs (1)
33
_children = new
VisualCollection
(this);
PresentationFramework (4)
MS\Internal\Documents\DocumentGrid.cs (1)
2492
_childrenCollection = new
VisualCollection
(this);
System\Windows\Controls\TextBlock.cs (1)
3923
VisualChildren = new
VisualCollection
(owner);
System\Windows\Controls\UIElementCollection.cs (1)
44
_visualChildren = new
VisualCollection
(visualParent);
System\Windows\Documents\AdornerLayer.cs (1)
155
_children = new
VisualCollection
(this);