3 writes to _templatedParent
PresentationFramework (3)
System\Windows\FrameworkElementFactory.cs (1)
1084
treeNodeFE.
_templatedParent
= container ;
System\Windows\StyleHelper.cs (1)
2242
fe.
_templatedParent
= null;
System\Windows\TemplateNameScope.cs (1)
149
fe.
_templatedParent
= _templatedParent;
4 references to _templatedParent
PresentationFramework (4)
System\Windows\FrameworkElement.cs (4)
563
return
_templatedParent
;
1935
FrameworkElement feTemplatedParent = (FrameworkElement)
_templatedParent
;
1941
_templatedParent
,
5799
UIElement uiElement = this.
_templatedParent
as UIElement;