3 writes to _templatedParent
PresentationFramework (3)
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
1121
treeNodeFCE.
_templatedParent
= container ;
src\Framework\System\Windows\StyleHelper.cs (1)
2254
fce.
_templatedParent
= null;
src\Framework\System\Windows\TemplateNameScope.cs (1)
159
fce.
_templatedParent
= _templatedParent;
3 references to _templatedParent
PresentationFramework (3)
src\Framework\System\Windows\FrameworkContentElement.cs (3)
251
return
_templatedParent
;
668
FrameworkElement feTemplatedParent = (FrameworkElement)
_templatedParent
;
674
_templatedParent
,