1 write to _children
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\ContainerUIElement3D.cs (1)
50_children = new Visual3DCollection(this);
3 references to _children
PresentationCore (3)
Core\CSharp\System\Windows\Media3D\ContainerUIElement3D.cs (3)
67return _children[index]; 81get { return _children.Count; } 94return _children;