1 write to _templatedParent
PresentationFramework (1)
src\Framework\System\Windows\TemplateNameScope.cs (1)
61
_templatedParent
= templatedParent;
8 references to _templatedParent
PresentationFramework (8)
src\Framework\System\Windows\TemplateNameScope.cs (8)
102
if(
_templatedParent
== null )
128
Hashtable nonFeChildren = _templatedNonFeChildrenField.GetValue(
_templatedParent
);
132
_templatedNonFeChildrenField.SetValue(
_templatedParent
, nonFeChildren);
152
fe._templatedParent =
_templatedParent
;
159
fce._templatedParent =
_templatedParent
;
187
_templatedParent
,
211
if (
_templatedParent
!= null)
213
FrameworkObject fo = new FrameworkObject(
_templatedParent
);