5 instantiations of 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)
3923VisualChildren = 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);
68 references to VisualCollection
PresentationCore (8)
MS\Internal\Ink\Renderer.cs (3)
187VisualCollection rootChildren = _rootVisual.Children; 589VisualCollection children = ((ContainerVisual)(VisualTreeHelper.GetParent(precedingVisual))).Children; 614VisualCollection children = parent.Children;
System\Windows\Media\ContainerVisual.cs (2)
43public VisualCollection Children 259private readonly VisualCollection _children;
System\Windows\Media\VisualCollection.cs (2)
923private VisualCollection _collection; 928internal Enumerator(VisualCollection collection)
System\Windows\Media3D\Visual3DCollection.cs (1)
374/// For more details, see <see cref="System.Windows.Media.VisualCollection" />
PresentationFramework (60)
MS\Internal\Documents\DocumentGrid.cs (1)
3217private VisualCollection _childrenCollection;
MS\Internal\PtsHost\FigureParaClient.cs (2)
394VisualCollection visualChildren = pageContentVisual.Children; 432VisualCollection visualChildren = pageContentVisual.Children;
MS\Internal\PtsHost\FloaterParaClient.cs (2)
400VisualCollection visualChildren = pageContentVisual.Children; 438VisualCollection visualChildren = pageContentVisual.Children;
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1017VisualCollection vc = visual.Children;
MS\Internal\PtsHost\Line.cs (1)
405VisualCollection visualChildren = visual.Children;
MS\Internal\PtsHost\PageVisual.cs (2)
71VisualCollection vc = this.Children; 77VisualCollection vc = this.Children;
MS\Internal\PtsHost\PtsHelper.cs (4)
63VisualCollection visualChildren = visual.Children; 76VisualCollection visualChildren = visual.Children; 205VisualCollection visualCollection, 251VisualCollection visualCollection,
MS\Internal\PtsHost\PtsPage.cs (2)
1005VisualCollection visualChildren; 1155VisualCollection visualChildren = visual.Children;
MS\Internal\PtsHost\SubpageParaClient.cs (2)
327VisualCollection visualChildren = pageContentVisual.Children; 365VisualCollection visualChildren = pageContentVisual.Children;
MS\Internal\PtsHost\TableParaClient.cs (5)
220VisualCollection rowVisualsCollection = _visual.Children; 1477VisualCollection rowVisualsCollection, 1504VisualCollection cellVisualsCollection, 1539VisualCollection cellVisualsCollection; 1647VisualCollection cellVisualsCollection;
MS\Internal\PtsHost\TextParaClient.cs (7)
65VisualCollection visualChildren = _visual.Children; 1390private void SyncUpdateDeferredLineVisuals(VisualCollection lineVisuals, ref PTS.FSTEXTDETAILSFULL textDetails, bool ignoreUpdateInfo) 3221VisualCollection visualChildren = visual.Children; 3371VisualCollection visualChildren = visual.Children; 3591VisualCollection visualChildren = visual.Children; 3610VisualCollection lineVisuals; 3679VisualCollection lineVisuals;
MS\Internal\Text\ComplexLine.cs (1)
155internal override void Arrange(VisualCollection vc, Vector lineOffset)
MS\Internal\Text\Line.cs (1)
103internal virtual void Arrange(VisualCollection vc, Vector lineOffset)
System\Windows\Controls\TextBlock.cs (1)
3955internal VisualCollection VisualChildren;
System\Windows\Controls\UIElementCollection.cs (23)
25/// <seealso cref="System.Windows.Media.VisualCollection" /> 60/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 69/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 78/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 88/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 96/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 110/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 120VisualCollection vc = _visualChildren; 147VisualCollection vc = _visualChildren; 161/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 189/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 198/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 217/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 226/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 235/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 251VisualCollection vc = _visualChildren; 282/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 306/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 312VisualCollection vc = _visualChildren; 328/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 343VisualCollection vc = _visualChildren; 458/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 544private readonly VisualCollection _visualChildren;
System\Windows\Controls\ViewBox.cs (2)
171VisualCollection vc = InternalVisual.Children; 177VisualCollection vc = InternalVisual.Children;
System\Windows\Documents\AdornerLayer.cs (1)
1011private VisualCollection _children;
System\Windows\Window.cs (2)
1670/// This event is raised when the <see cref="System.Windows.Media.VisualCollection"/> of 2053/// Called when the <see cref="System.Windows.Media.VisualCollection"/> of the visual object is modified