5 references to VisualCollection
PresentationCore (1)
Core\CSharp\System\Windows\Media\ContainerVisual.cs (1)
36
_children = new
VisualCollection
(this);
PresentationFramework (4)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
2534
_childrenCollection = new
VisualCollection
(this);
src\Framework\System\Windows\Controls\TextBlock.cs (1)
3912
VisualChildren = new
VisualCollection
(owner);
src\Framework\System\Windows\Controls\UIElementCollection.cs (1)
49
_visualChildren = new
VisualCollection
(visualParent);
src\Framework\System\Windows\Documents\AdornerLayer.cs (1)
164
_children = new
VisualCollection
(this);