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)
3903
VisualChildren = 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)
177
VisualCollection
rootChildren = _rootVisual.Children;
579
VisualCollection
children = ((ContainerVisual)(VisualTreeHelper.GetParent(precedingVisual))).Children;
604
VisualCollection
children = parent.Children;
System\Windows\Media\ContainerVisual.cs (2)
33
public
VisualCollection
Children
249
private readonly
VisualCollection
_children;
System\Windows\Media\VisualCollection.cs (2)
898
private
VisualCollection
_collection;
903
internal 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)
3202
private
VisualCollection
_childrenCollection;
MS\Internal\PtsHost\FigureParaClient.cs (2)
385
VisualCollection
visualChildren = pageContentVisual.Children;
423
VisualCollection
visualChildren = pageContentVisual.Children;
MS\Internal\PtsHost\FloaterParaClient.cs (2)
392
VisualCollection
visualChildren = pageContentVisual.Children;
430
VisualCollection
visualChildren = pageContentVisual.Children;
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1002
VisualCollection
vc = visual.Children;
MS\Internal\PtsHost\Line.cs (1)
387
VisualCollection
visualChildren = visual.Children;
MS\Internal\PtsHost\PageVisual.cs (2)
65
VisualCollection
vc = this.Children;
71
VisualCollection
vc = this.Children;
MS\Internal\PtsHost\PtsHelper.cs (4)
57
VisualCollection
visualChildren = visual.Children;
70
VisualCollection
visualChildren = visual.Children;
199
VisualCollection
visualCollection,
245
VisualCollection
visualCollection,
MS\Internal\PtsHost\PtsPage.cs (2)
992
VisualCollection
visualChildren;
1142
VisualCollection
visualChildren = visual.Children;
MS\Internal\PtsHost\SubpageParaClient.cs (2)
321
VisualCollection
visualChildren = pageContentVisual.Children;
359
VisualCollection
visualChildren = pageContentVisual.Children;
MS\Internal\PtsHost\TableParaClient.cs (5)
213
VisualCollection
rowVisualsCollection = _visual.Children;
1470
VisualCollection
rowVisualsCollection,
1497
VisualCollection
cellVisualsCollection,
1532
VisualCollection
cellVisualsCollection;
1640
VisualCollection
cellVisualsCollection;
MS\Internal\PtsHost\TextParaClient.cs (7)
58
VisualCollection
visualChildren = _visual.Children;
1383
private void SyncUpdateDeferredLineVisuals(
VisualCollection
lineVisuals, ref PTS.FSTEXTDETAILSFULL textDetails, bool ignoreUpdateInfo)
3214
VisualCollection
visualChildren = visual.Children;
3364
VisualCollection
visualChildren = visual.Children;
3584
VisualCollection
visualChildren = visual.Children;
3603
VisualCollection
lineVisuals;
3672
VisualCollection
lineVisuals;
MS\Internal\Text\ComplexLine.cs (1)
149
internal override void Arrange(
VisualCollection
vc, Vector lineOffset)
MS\Internal\Text\Line.cs (1)
95
internal virtual void Arrange(
VisualCollection
vc, Vector lineOffset)
System\Windows\Controls\TextBlock.cs (1)
3935
internal
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
" />
115
VisualCollection
vc = _visualChildren;
142
VisualCollection
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
" />
246
VisualCollection
vc = _visualChildren;
277
/// For more details, see <see cref="System.Windows.Media.
VisualCollection
" />
301
/// For more details, see <see cref="System.Windows.Media.
VisualCollection
" />
307
VisualCollection
vc = _visualChildren;
323
/// For more details, see <see cref="System.Windows.Media.
VisualCollection
" />
338
VisualCollection
vc = _visualChildren;
453
/// For more details, see <see cref="System.Windows.Media.
VisualCollection
" />
533
private readonly
VisualCollection
_visualChildren;
System\Windows\Controls\ViewBox.cs (2)
164
VisualCollection
vc = InternalVisual.Children;
170
VisualCollection
vc = InternalVisual.Children;
System\Windows\Documents\AdornerLayer.cs (1)
1010
private
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