4 instantiations of Visual3DCollection
PresentationCore (4)
System\Windows\Media3D\ContainerUIElement3D.cs (1)
37_children = new Visual3DCollection(this);
System\Windows\Media3D\ModelVisual3D.cs (1)
30_children = new Visual3DCollection(this);
System\Windows\Media3D\Viewport3DVisual.cs (1)
34_children = new Visual3DCollection(this);
System\Windows\UIElement3D.cs (1)
57_children = new Visual3DCollection(this);
15 references to Visual3DCollection
PresentationCore (10)
System\Windows\Media\Animation\AnimationStorage.cs (1)
1024if (dp.PropertyType != typeof(Visual3DCollection) && dp.ReadOnly)
System\Windows\Media3D\ContainerUIElement3D.cs (2)
75public Visual3DCollection Children 102private readonly Visual3DCollection _children;
System\Windows\Media3D\ModelVisual3D.cs (2)
102public Visual3DCollection Children 198private readonly Visual3DCollection _children;
System\Windows\Media3D\Viewport3DVisual.cs (2)
278public Visual3DCollection Children 877private readonly Visual3DCollection _children;
System\Windows\Media3D\Visual3DCollection.cs (2)
599internal Enumerator(Visual3DCollection list) 682private Visual3DCollection _list;
System\Windows\UIElement3D.cs (1)
1545private readonly Visual3DCollection _children;
PresentationFramework (5)
System\Windows\Controls\ViewPort3D.cs (3)
121typeof(Visual3DCollection), 134public Visual3DCollection Children 136get { return (Visual3DCollection) GetValue(ChildrenProperty); }
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
5530typeof(System.Windows.Media.Media3D.Visual3DCollection), // type 6632typeof(System.Windows.Media.Media3D.Visual3DCollection), // type