1 write to _affectedChildren
PresentationFramework (1)
src\Framework\System\Windows\TemplateNameScope.cs (1)
57
_affectedChildren
= affectedChildren;
2 references to _affectedChildren
PresentationFramework (2)
src\Framework\System\Windows\TemplateNameScope.cs (2)
146
_affectedChildren
.Add(scopedElement as DependencyObject);
165
Debug.Assert(
_affectedChildren
.Count == childIndex);