1 write to _templatedParent
PresentationFramework (1)
System\Windows\TemplateNameScope.cs (1)
58
_templatedParent
= templatedParent;
8 references to _templatedParent
PresentationFramework (8)
System\Windows\TemplateNameScope.cs (8)
99
if(
_templatedParent
== null )
125
Hashtable nonFeChildren = _templatedNonFeChildrenField.GetValue(
_templatedParent
);
129
_templatedNonFeChildrenField.SetValue(
_templatedParent
, nonFeChildren);
149
fe._templatedParent =
_templatedParent
;
156
fce._templatedParent =
_templatedParent
;
184
_templatedParent
,
208
if (
_templatedParent
!= null)
210
FrameworkObject fo = new FrameworkObject(
_templatedParent
);