5 instantiations of VisualCollection
PresentationCore (1)
System\Windows\Media\ContainerVisual.cs (1)
23_children = new VisualCollection(this);
PresentationFramework (4)
MS\Internal\Documents\DocumentGrid.cs (1)
2481_childrenCollection = new VisualCollection(this);
System\Windows\Controls\TextBlock.cs (1)
3903VisualChildren = new VisualCollection(owner);
System\Windows\Controls\UIElementCollection.cs (1)
39_visualChildren = new VisualCollection(visualParent);
System\Windows\Documents\AdornerLayer.cs (1)
150_children = new VisualCollection(this);
68 references to VisualCollection
PresentationCore (8)
MS\Internal\Ink\Renderer.cs (3)
177VisualCollection rootChildren = _rootVisual.Children; 579VisualCollection children = ((ContainerVisual)(VisualTreeHelper.GetParent(precedingVisual))).Children; 604VisualCollection children = parent.Children;
System\Windows\Media\ContainerVisual.cs (2)
33public VisualCollection Children 249private readonly VisualCollection _children;
System\Windows\Media\VisualCollection.cs (2)
898private VisualCollection _collection; 903internal Enumerator(VisualCollection collection)
System\Windows\Media3D\Visual3DCollection.cs (1)
358/// For more details, see <see cref="System.Windows.Media.VisualCollection" />
PresentationFramework (60)
MS\Internal\Documents\DocumentGrid.cs (1)
3202private VisualCollection _childrenCollection;
MS\Internal\PtsHost\FigureParaClient.cs (2)
385VisualCollection visualChildren = pageContentVisual.Children; 423VisualCollection visualChildren = pageContentVisual.Children;
MS\Internal\PtsHost\FloaterParaClient.cs (2)
392VisualCollection visualChildren = pageContentVisual.Children; 430VisualCollection visualChildren = pageContentVisual.Children;
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1002VisualCollection vc = visual.Children;
MS\Internal\PtsHost\Line.cs (1)
387VisualCollection visualChildren = visual.Children;
MS\Internal\PtsHost\PageVisual.cs (2)
65VisualCollection vc = this.Children; 71VisualCollection vc = this.Children;
MS\Internal\PtsHost\PtsHelper.cs (4)
57VisualCollection visualChildren = visual.Children; 70VisualCollection visualChildren = visual.Children; 199VisualCollection visualCollection, 245VisualCollection visualCollection,
MS\Internal\PtsHost\PtsPage.cs (2)
992VisualCollection visualChildren; 1142VisualCollection visualChildren = visual.Children;
MS\Internal\PtsHost\SubpageParaClient.cs (2)
321VisualCollection visualChildren = pageContentVisual.Children; 359VisualCollection visualChildren = pageContentVisual.Children;
MS\Internal\PtsHost\TableParaClient.cs (5)
213VisualCollection rowVisualsCollection = _visual.Children; 1470VisualCollection rowVisualsCollection, 1497VisualCollection cellVisualsCollection, 1532VisualCollection cellVisualsCollection; 1640VisualCollection cellVisualsCollection;
MS\Internal\PtsHost\TextParaClient.cs (7)
58VisualCollection visualChildren = _visual.Children; 1383private void SyncUpdateDeferredLineVisuals(VisualCollection lineVisuals, ref PTS.FSTEXTDETAILSFULL textDetails, bool ignoreUpdateInfo) 3214VisualCollection visualChildren = visual.Children; 3364VisualCollection visualChildren = visual.Children; 3584VisualCollection visualChildren = visual.Children; 3603VisualCollection lineVisuals; 3672VisualCollection lineVisuals;
MS\Internal\Text\ComplexLine.cs (1)
149internal override void Arrange(VisualCollection vc, Vector lineOffset)
MS\Internal\Text\Line.cs (1)
95internal virtual void Arrange(VisualCollection vc, Vector lineOffset)
System\Windows\Controls\TextBlock.cs (1)
3935internal VisualCollection VisualChildren;
System\Windows\Controls\UIElementCollection.cs (23)
20/// <seealso cref="System.Windows.Media.VisualCollection" /> 55/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 64/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 73/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 83/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 91/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 105/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 115VisualCollection vc = _visualChildren; 142VisualCollection vc = _visualChildren; 156/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 184/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 193/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 212/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 221/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 230/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 246VisualCollection vc = _visualChildren; 277/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 301/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 307VisualCollection vc = _visualChildren; 323/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 338VisualCollection vc = _visualChildren; 453/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 533private readonly VisualCollection _visualChildren;
System\Windows\Controls\ViewBox.cs (2)
164VisualCollection vc = InternalVisual.Children; 170VisualCollection vc = InternalVisual.Children;
System\Windows\Documents\AdornerLayer.cs (1)
1010private VisualCollection _children;
System\Windows\Window.cs (2)
1714/// This event is raised when the <see cref="System.Windows.Media.VisualCollection"/> of 2098/// Called when the <see cref="System.Windows.Media.VisualCollection"/> of the visual object is modified