1 write to _children
PresentationCore (1)
System\Windows\Media\ContainerVisual.cs (1)
33
_children
= new VisualCollection(this);
3 references to _children
PresentationCore (3)
System\Windows\Media\ContainerVisual.cs (3)
49
return
_children
;
235
return
_children
[index];
251
return
_children
.Count;