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