3 writes to _templatedParent
PresentationFramework (3)
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
1116
treeNodeFE.
_templatedParent
= container ;
src\Framework\System\Windows\StyleHelper.cs (1)
2248
fe.
_templatedParent
= null;
src\Framework\System\Windows\TemplateNameScope.cs (1)
152
fe.
_templatedParent
= _templatedParent;
4 references to _templatedParent
PresentationFramework (4)
src\Framework\System\Windows\FrameworkElement.cs (4)
574
return
_templatedParent
;
1945
FrameworkElement feTemplatedParent = (FrameworkElement)
_templatedParent
;
1951
_templatedParent
,
5808
UIElement uiElement = this.
_templatedParent
as UIElement;