5 instantiations of 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)
3913VisualChildren = 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);
68 references to VisualCollection
PresentationCore (8)
MS\Internal\Ink\Renderer.cs (3)
178VisualCollection rootChildren = _rootVisual.Children; 580VisualCollection children = ((ContainerVisual)(VisualTreeHelper.GetParent(precedingVisual))).Children; 605VisualCollection children = parent.Children;
System\Windows\Media\ContainerVisual.cs (2)
34public VisualCollection Children 250private readonly VisualCollection _children;
System\Windows\Media\VisualCollection.cs (2)
909private VisualCollection _collection; 914internal Enumerator(VisualCollection collection)
System\Windows\Media3D\Visual3DCollection.cs (1)
363/// For more details, see <see cref="System.Windows.Media.VisualCollection" />
PresentationFramework (60)
MS\Internal\Documents\DocumentGrid.cs (1)
3210private VisualCollection _childrenCollection;
MS\Internal\PtsHost\FigureParaClient.cs (2)
388VisualCollection visualChildren = pageContentVisual.Children; 426VisualCollection visualChildren = pageContentVisual.Children;
MS\Internal\PtsHost\FloaterParaClient.cs (2)
395VisualCollection visualChildren = pageContentVisual.Children; 433VisualCollection visualChildren = pageContentVisual.Children;
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1009VisualCollection vc = visual.Children;
MS\Internal\PtsHost\Line.cs (1)
399VisualCollection visualChildren = visual.Children;
MS\Internal\PtsHost\PageVisual.cs (2)
66VisualCollection vc = this.Children; 72VisualCollection vc = this.Children;
MS\Internal\PtsHost\PtsHelper.cs (4)
58VisualCollection visualChildren = visual.Children; 71VisualCollection visualChildren = visual.Children; 200VisualCollection visualCollection, 246VisualCollection visualCollection,
MS\Internal\PtsHost\PtsPage.cs (2)
999VisualCollection visualChildren; 1149VisualCollection visualChildren = visual.Children;
MS\Internal\PtsHost\SubpageParaClient.cs (2)
322VisualCollection visualChildren = pageContentVisual.Children; 360VisualCollection visualChildren = pageContentVisual.Children;
MS\Internal\PtsHost\TableParaClient.cs (5)
214VisualCollection rowVisualsCollection = _visual.Children; 1471VisualCollection rowVisualsCollection, 1498VisualCollection cellVisualsCollection, 1533VisualCollection cellVisualsCollection; 1641VisualCollection cellVisualsCollection;
MS\Internal\PtsHost\TextParaClient.cs (7)
59VisualCollection visualChildren = _visual.Children; 1384private void SyncUpdateDeferredLineVisuals(VisualCollection lineVisuals, ref PTS.FSTEXTDETAILSFULL textDetails, bool ignoreUpdateInfo) 3215VisualCollection visualChildren = visual.Children; 3365VisualCollection visualChildren = visual.Children; 3585VisualCollection visualChildren = visual.Children; 3604VisualCollection lineVisuals; 3673VisualCollection lineVisuals;
MS\Internal\Text\ComplexLine.cs (1)
150internal override void Arrange(VisualCollection vc, Vector lineOffset)
MS\Internal\Text\Line.cs (1)
96internal virtual void Arrange(VisualCollection vc, Vector lineOffset)
System\Windows\Controls\TextBlock.cs (1)
3945internal VisualCollection VisualChildren;
System\Windows\Controls\UIElementCollection.cs (23)
21/// <seealso cref="System.Windows.Media.VisualCollection" /> 56/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 65/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 74/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 84/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 92/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 106/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 116VisualCollection vc = _visualChildren; 143VisualCollection vc = _visualChildren; 157/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 185/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 194/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 213/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 222/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 231/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 247VisualCollection vc = _visualChildren; 278/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 302/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 308VisualCollection vc = _visualChildren; 324/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 339VisualCollection vc = _visualChildren; 454/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 540private readonly VisualCollection _visualChildren;
System\Windows\Controls\ViewBox.cs (2)
165VisualCollection vc = InternalVisual.Children; 171VisualCollection vc = InternalVisual.Children;
System\Windows\Documents\AdornerLayer.cs (1)
1007private VisualCollection _children;
System\Windows\Window.cs (2)
1729/// This event is raised when the <see cref="System.Windows.Media.VisualCollection"/> of 2112/// Called when the <see cref="System.Windows.Media.VisualCollection"/> of the visual object is modified