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