1 write to _children
PresentationCore (1)
System\Windows\Media3D\ContainerUIElement3D.cs (1)
36
_children
= new Visual3DCollection(this);
3 references to _children
PresentationCore (3)
System\Windows\Media3D\ContainerUIElement3D.cs (3)
53
return
_children
[index];
67
get { return
_children
.Count; }
80
return
_children
;