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)
52return _children; 238return _children[index]; 254return _children.Count;