3 writes to _templatedParent
PresentationFramework (3)
System\Windows\FrameworkElementFactory.cs (1)
1086
treeNodeFCE.
_templatedParent
= container ;
System\Windows\StyleHelper.cs (1)
2242
fce.
_templatedParent
= null;
System\Windows\TemplateNameScope.cs (1)
155
fce.
_templatedParent
= _templatedParent;
3 references to _templatedParent
PresentationFramework (3)
System\Windows\FrameworkContentElement.cs (3)
232
return
_templatedParent
;
637
FrameworkElement feTemplatedParent = (FrameworkElement)
_templatedParent
;
643
_templatedParent
,