4 instantiations of Visual3DCollection
PresentationCore (4)
System\Windows\Media3D\ContainerUIElement3D.cs (1)
46_children = new Visual3DCollection(this);
System\Windows\Media3D\ModelVisual3D.cs (1)
46_children = new Visual3DCollection(this);
System\Windows\Media3D\Viewport3DVisual.cs (1)
45_children = new Visual3DCollection(this);
System\Windows\UIElement3D.cs (1)
72_children = new Visual3DCollection(this);
15 references to Visual3DCollection
PresentationCore (10)
System\Windows\Media\Animation\AnimationStorage.cs (1)
1031if (dp.PropertyType != typeof(Visual3DCollection) && dp.ReadOnly)
System\Windows\Media3D\ContainerUIElement3D.cs (2)
84public Visual3DCollection Children 111private readonly Visual3DCollection _children;
System\Windows\Media3D\ModelVisual3D.cs (2)
118public Visual3DCollection Children 214private readonly Visual3DCollection _children;
System\Windows\Media3D\Viewport3DVisual.cs (2)
289public Visual3DCollection Children 894private readonly Visual3DCollection _children;
System\Windows\Media3D\Visual3DCollection.cs (2)
614internal Enumerator(Visual3DCollection list) 701private Visual3DCollection _list;
System\Windows\UIElement3D.cs (1)
1561private readonly Visual3DCollection _children;
PresentationFramework (5)
System\Windows\Controls\ViewPort3D.cs (3)
125typeof(Visual3DCollection), 138public Visual3DCollection Children 140get { return (Visual3DCollection) GetValue(ChildrenProperty); }
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
5196typeof(System.Windows.Media.Media3D.Visual3DCollection), // type 6188typeof(System.Windows.Media.Media3D.Visual3DCollection), // type