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)
67
return
_children
[index];
81
get { return
_children
.Count; }
94
return
_children
;