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)
3913
VisualChildren = 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)
178
VisualCollection
rootChildren = _rootVisual.Children;
580
VisualCollection
children = ((ContainerVisual)(VisualTreeHelper.GetParent(precedingVisual))).Children;
605
VisualCollection
children = parent.Children;
System\Windows\Media\ContainerVisual.cs (2)
34
public
VisualCollection
Children
250
private readonly
VisualCollection
_children;
System\Windows\Media\VisualCollection.cs (2)
909
private
VisualCollection
_collection;
914
internal 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)
3210
private
VisualCollection
_childrenCollection;
MS\Internal\PtsHost\FigureParaClient.cs (2)
388
VisualCollection
visualChildren = pageContentVisual.Children;
426
VisualCollection
visualChildren = pageContentVisual.Children;
MS\Internal\PtsHost\FloaterParaClient.cs (2)
395
VisualCollection
visualChildren = pageContentVisual.Children;
433
VisualCollection
visualChildren = pageContentVisual.Children;
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1009
VisualCollection
vc = visual.Children;
MS\Internal\PtsHost\Line.cs (1)
399
VisualCollection
visualChildren = visual.Children;
MS\Internal\PtsHost\PageVisual.cs (2)
66
VisualCollection
vc = this.Children;
72
VisualCollection
vc = this.Children;
MS\Internal\PtsHost\PtsHelper.cs (4)
58
VisualCollection
visualChildren = visual.Children;
71
VisualCollection
visualChildren = visual.Children;
200
VisualCollection
visualCollection,
246
VisualCollection
visualCollection,
MS\Internal\PtsHost\PtsPage.cs (2)
999
VisualCollection
visualChildren;
1149
VisualCollection
visualChildren = visual.Children;
MS\Internal\PtsHost\SubpageParaClient.cs (2)
322
VisualCollection
visualChildren = pageContentVisual.Children;
360
VisualCollection
visualChildren = pageContentVisual.Children;
MS\Internal\PtsHost\TableParaClient.cs (5)
214
VisualCollection
rowVisualsCollection = _visual.Children;
1471
VisualCollection
rowVisualsCollection,
1498
VisualCollection
cellVisualsCollection,
1533
VisualCollection
cellVisualsCollection;
1641
VisualCollection
cellVisualsCollection;
MS\Internal\PtsHost\TextParaClient.cs (7)
59
VisualCollection
visualChildren = _visual.Children;
1384
private void SyncUpdateDeferredLineVisuals(
VisualCollection
lineVisuals, ref PTS.FSTEXTDETAILSFULL textDetails, bool ignoreUpdateInfo)
3215
VisualCollection
visualChildren = visual.Children;
3365
VisualCollection
visualChildren = visual.Children;
3585
VisualCollection
visualChildren = visual.Children;
3604
VisualCollection
lineVisuals;
3673
VisualCollection
lineVisuals;
MS\Internal\Text\ComplexLine.cs (1)
150
internal override void Arrange(
VisualCollection
vc, Vector lineOffset)
MS\Internal\Text\Line.cs (1)
96
internal virtual void Arrange(
VisualCollection
vc, Vector lineOffset)
System\Windows\Controls\TextBlock.cs (1)
3945
internal
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
" />
116
VisualCollection
vc = _visualChildren;
143
VisualCollection
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
" />
247
VisualCollection
vc = _visualChildren;
278
/// For more details, see <see cref="System.Windows.Media.
VisualCollection
" />
302
/// For more details, see <see cref="System.Windows.Media.
VisualCollection
" />
308
VisualCollection
vc = _visualChildren;
324
/// For more details, see <see cref="System.Windows.Media.
VisualCollection
" />
339
VisualCollection
vc = _visualChildren;
454
/// For more details, see <see cref="System.Windows.Media.
VisualCollection
" />
540
private readonly
VisualCollection
_visualChildren;
System\Windows\Controls\ViewBox.cs (2)
165
VisualCollection
vc = InternalVisual.Children;
171
VisualCollection
vc = InternalVisual.Children;
System\Windows\Documents\AdornerLayer.cs (1)
1007
private
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