1 write to _children
PresentationCore (1)
Core\CSharp\System\Windows\Media\ContainerVisual.cs (1)
36
_children
= new VisualCollection(this);
3 references to _children
PresentationCore (3)
Core\CSharp\System\Windows\Media\ContainerVisual.cs (3)
52
return
_children
;
238
return
_children
[index];
254
return
_children
.Count;