5 instantiations of 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)
3912VisualChildren = 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);
68 references to VisualCollection
PresentationCore (8)
Core\CSharp\MS\Internal\Ink\Renderer.cs (3)
192VisualCollection rootChildren = _rootVisual.Children; 606VisualCollection children = ((ContainerVisual)(VisualTreeHelper.GetParent(precedingVisual))).Children; 631VisualCollection children = parent.Children;
Core\CSharp\System\Windows\Media\ContainerVisual.cs (2)
46public VisualCollection Children 262private readonly VisualCollection _children;
Core\CSharp\System\Windows\Media\VisualCollection.cs (2)
953private VisualCollection _collection; 958internal Enumerator(VisualCollection collection)
Core\CSharp\System\Windows\Media3D\Visual3DCollection.cs (1)
390/// For more details, see <see cref="System.Windows.Media.VisualCollection" />
PresentationFramework (60)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
3269private VisualCollection _childrenCollection;
src\Framework\MS\Internal\PtsHost\FigureParaClient.cs (2)
445VisualCollection visualChildren = pageContentVisual.Children; 483VisualCollection visualChildren = pageContentVisual.Children;
src\Framework\MS\Internal\PtsHost\FloaterParaClient.cs (2)
449VisualCollection visualChildren = pageContentVisual.Children; 487VisualCollection visualChildren = pageContentVisual.Children;
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1039VisualCollection vc = visual.Children;
src\Framework\MS\Internal\PtsHost\Line.cs (1)
408VisualCollection visualChildren = visual.Children;
src\Framework\MS\Internal\PtsHost\PageVisual.cs (2)
75VisualCollection vc = this.Children; 81VisualCollection vc = this.Children;
src\Framework\MS\Internal\PtsHost\PtsHelper.cs (4)
67VisualCollection visualChildren = visual.Children; 80VisualCollection visualChildren = visual.Children; 227VisualCollection visualCollection, 273VisualCollection visualCollection,
src\Framework\MS\Internal\PtsHost\PtsPage.cs (2)
1108VisualCollection visualChildren; 1264VisualCollection visualChildren = visual.Children;
src\Framework\MS\Internal\PtsHost\SubpageParaClient.cs (2)
370VisualCollection visualChildren = pageContentVisual.Children; 408VisualCollection visualChildren = pageContentVisual.Children;
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (5)
240VisualCollection rowVisualsCollection = _visual.Children; 1579VisualCollection rowVisualsCollection, 1606VisualCollection cellVisualsCollection, 1646VisualCollection cellVisualsCollection; 1759VisualCollection cellVisualsCollection;
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (7)
77VisualCollection visualChildren = _visual.Children; 1573private void SyncUpdateDeferredLineVisuals(VisualCollection lineVisuals, ref PTS.FSTEXTDETAILSFULL textDetails, bool ignoreUpdateInfo) 3478VisualCollection visualChildren = visual.Children; 3632VisualCollection visualChildren = visual.Children; 3866VisualCollection visualChildren = visual.Children; 3885VisualCollection lineVisuals; 3954VisualCollection lineVisuals;
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
158internal override void Arrange(VisualCollection vc, Vector lineOffset)
src\Framework\MS\Internal\Text\Line.cs (1)
106internal virtual void Arrange(VisualCollection vc, Vector lineOffset)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
3944internal VisualCollection VisualChildren;
src\Framework\System\Windows\Controls\UIElementCollection.cs (23)
30/// <seealso 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" /> 83/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 93/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 101/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 115/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 125VisualCollection vc = _visualChildren; 152VisualCollection vc = _visualChildren; 166/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 194/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 203/// 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" /> 240/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 256VisualCollection vc = _visualChildren; 287/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 311/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 317VisualCollection vc = _visualChildren; 333/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 348VisualCollection vc = _visualChildren; 464/// For more details, see <see cref="System.Windows.Media.VisualCollection" /> 550private readonly VisualCollection _visualChildren;
src\Framework\System\Windows\Controls\ViewBox.cs (2)
179VisualCollection vc = InternalVisual.Children; 185VisualCollection vc = InternalVisual.Children;
src\Framework\System\Windows\Documents\AdornerLayer.cs (1)
1026private VisualCollection _children;
src\Framework\System\Windows\Window.cs (2)
1778/// This event is raised when the <see cref="System.Windows.Media.VisualCollection"/> of 2159/// Called when the <see cref="System.Windows.Media.VisualCollection"/> of the visual object is modified