1 write to _affectedChildren
PresentationFramework (1)
System\Windows\TemplateNameScope.cs (1)
53
_affectedChildren
= affectedChildren;
2 references to _affectedChildren
PresentationFramework (2)
System\Windows\TemplateNameScope.cs (2)
142
_affectedChildren
.Add(scopedElement as DependencyObject);
161
Debug.Assert(
_affectedChildren
.Count == childIndex);