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)
3923
VisualChildren = 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)
186
VisualCollection
rootChildren = _rootVisual.Children;
588
VisualCollection
children = ((ContainerVisual)(VisualTreeHelper.GetParent(precedingVisual))).Children;
613
VisualCollection
children = parent.Children;
System\Windows\Media\ContainerVisual.cs (2)
43
public
VisualCollection
Children
259
private readonly
VisualCollection
_children;
System\Windows\Media\VisualCollection.cs (2)
923
private
VisualCollection
_collection;
928
internal 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)
3217
private
VisualCollection
_childrenCollection;
MS\Internal\PtsHost\FigureParaClient.cs (2)
394
VisualCollection
visualChildren = pageContentVisual.Children;
432
VisualCollection
visualChildren = pageContentVisual.Children;
MS\Internal\PtsHost\FloaterParaClient.cs (2)
400
VisualCollection
visualChildren = pageContentVisual.Children;
438
VisualCollection
visualChildren = pageContentVisual.Children;
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1017
VisualCollection
vc = visual.Children;
MS\Internal\PtsHost\Line.cs (1)
405
VisualCollection
visualChildren = visual.Children;
MS\Internal\PtsHost\PageVisual.cs (2)
71
VisualCollection
vc = this.Children;
77
VisualCollection
vc = this.Children;
MS\Internal\PtsHost\PtsHelper.cs (4)
63
VisualCollection
visualChildren = visual.Children;
76
VisualCollection
visualChildren = visual.Children;
205
VisualCollection
visualCollection,
251
VisualCollection
visualCollection,
MS\Internal\PtsHost\PtsPage.cs (2)
1005
VisualCollection
visualChildren;
1155
VisualCollection
visualChildren = visual.Children;
MS\Internal\PtsHost\SubpageParaClient.cs (2)
327
VisualCollection
visualChildren = pageContentVisual.Children;
365
VisualCollection
visualChildren = pageContentVisual.Children;
MS\Internal\PtsHost\TableParaClient.cs (5)
220
VisualCollection
rowVisualsCollection = _visual.Children;
1477
VisualCollection
rowVisualsCollection,
1504
VisualCollection
cellVisualsCollection,
1539
VisualCollection
cellVisualsCollection;
1647
VisualCollection
cellVisualsCollection;
MS\Internal\PtsHost\TextParaClient.cs (7)
65
VisualCollection
visualChildren = _visual.Children;
1390
private void SyncUpdateDeferredLineVisuals(
VisualCollection
lineVisuals, ref PTS.FSTEXTDETAILSFULL textDetails, bool ignoreUpdateInfo)
3221
VisualCollection
visualChildren = visual.Children;
3371
VisualCollection
visualChildren = visual.Children;
3591
VisualCollection
visualChildren = visual.Children;
3610
VisualCollection
lineVisuals;
3679
VisualCollection
lineVisuals;
MS\Internal\Text\ComplexLine.cs (1)
155
internal override void Arrange(
VisualCollection
vc, Vector lineOffset)
MS\Internal\Text\Line.cs (1)
103
internal virtual void Arrange(
VisualCollection
vc, Vector lineOffset)
System\Windows\Controls\TextBlock.cs (1)
3955
internal
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
" />
120
VisualCollection
vc = _visualChildren;
147
VisualCollection
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
" />
251
VisualCollection
vc = _visualChildren;
282
/// For more details, see <see cref="System.Windows.Media.
VisualCollection
" />
306
/// For more details, see <see cref="System.Windows.Media.
VisualCollection
" />
312
VisualCollection
vc = _visualChildren;
328
/// For more details, see <see cref="System.Windows.Media.
VisualCollection
" />
343
VisualCollection
vc = _visualChildren;
458
/// For more details, see <see cref="System.Windows.Media.
VisualCollection
" />
544
private readonly
VisualCollection
_visualChildren;
System\Windows\Controls\ViewBox.cs (2)
171
VisualCollection
vc = InternalVisual.Children;
177
VisualCollection
vc = InternalVisual.Children;
System\Windows\Documents\AdornerLayer.cs (1)
1011
private
VisualCollection
_children;
System\Windows\Window.cs (2)
1742
/// This event is raised when the <see cref="System.Windows.Media.
VisualCollection
"/> of
2125
/// Called when the <see cref="System.Windows.Media.
VisualCollection
"/> of the visual object is modified