5 references to VisualCollection
PresentationCore (1)
System\Windows\Media\ContainerVisual.cs (1)
24
_children = new
VisualCollection
(this);
PresentationFramework (4)
MS\Internal\Documents\DocumentGrid.cs (1)
2485
_childrenCollection = new
VisualCollection
(this);
System\Windows\Controls\TextBlock.cs (1)
3913
VisualChildren = new
VisualCollection
(owner);
System\Windows\Controls\UIElementCollection.cs (1)
40
_visualChildren = new
VisualCollection
(visualParent);
System\Windows\Documents\AdornerLayer.cs (1)
151
_children = new
VisualCollection
(this);