1 write to _children
PresentationFramework (1)
System\Windows\Documents\FixedElement.cs (1)
143_children = new List<FixedElement>();
3 references to _children
PresentationFramework (3)
System\Windows\Documents\FixedElement.cs (3)
195_children.Add(e); 343for(int i = 0, n = _children.Count; i < n; i++) 345((FixedElement)_children[i]).DumpTree(indent+1);