3 writes to _templatedParent
PresentationFramework (3)
System\Windows\FrameworkElementFactory.cs (1)
1092
treeNodeFE.
_templatedParent
= container ;
System\Windows\StyleHelper.cs (1)
2248
fe.
_templatedParent
= null;
System\Windows\TemplateNameScope.cs (1)
153
fe.
_templatedParent
= _templatedParent;
4 references to _templatedParent
PresentationFramework (4)
System\Windows\FrameworkElement.cs (4)
574
return
_templatedParent
;
1946
FrameworkElement feTemplatedParent = (FrameworkElement)
_templatedParent
;
1952
_templatedParent
,
5810
UIElement uiElement = this.
_templatedParent
as UIElement;