4 instantiations of Visual3DCollection
PresentationCore (4)
Core\CSharp\System\Windows\Media3D\ContainerUIElement3D.cs (1)
50_children = new Visual3DCollection(this);
Core\CSharp\System\Windows\Media3D\ModelVisual3D.cs (1)
50_children = new Visual3DCollection(this);
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (1)
49_children = new Visual3DCollection(this);
Core\CSharp\System\Windows\UIElement3D.cs (1)
79_children = new Visual3DCollection(this);
15 references to Visual3DCollection
PresentationCore (10)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (1)
1037if (dp.PropertyType != typeof(Visual3DCollection) && dp.ReadOnly)
Core\CSharp\System\Windows\Media3D\ContainerUIElement3D.cs (2)
88public Visual3DCollection Children 115private readonly Visual3DCollection _children;
Core\CSharp\System\Windows\Media3D\ModelVisual3D.cs (2)
125public Visual3DCollection Children 221private readonly Visual3DCollection _children;
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (2)
293public Visual3DCollection Children 899private readonly Visual3DCollection _children;
Core\CSharp\System\Windows\Media3D\Visual3DCollection.cs (2)
632internal Enumerator(Visual3DCollection list) 719private Visual3DCollection _list;
Core\CSharp\System\Windows\UIElement3D.cs (1)
1581private readonly Visual3DCollection _children;
PresentationFramework (5)
src\Framework\System\Windows\Controls\ViewPort3D.cs (3)
130typeof(Visual3DCollection), 143public Visual3DCollection Children 145get { return (Visual3DCollection) GetValue(ChildrenProperty); }
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
5171typeof(System.Windows.Media.Media3D.Visual3DCollection), // type 6146typeof(System.Windows.Media.Media3D.Visual3DCollection), // type