1 write to _frameworkTemplate
PresentationFramework (1)
System\Windows\TemplateNameScope.cs (1)
55
_frameworkTemplate
= frameworkTemplate;
6 references to _frameworkTemplate
PresentationFramework (6)
System\Windows\TemplateNameScope.cs (6)
151
childIndex = fe.TemplateChildIndex = (int)
_frameworkTemplate
.ChildIndexFromChildName[name];
157
childIndex = fce.TemplateChildIndex = (int)
_frameworkTemplate
.ChildIndexFromChildName[name];
165
HybridDictionary templateChildLoadedDictionary =
_frameworkTemplate
._TemplateChildLoadedDictionary;
186
_frameworkTemplate
.HasInstanceValues,
187
ref
_frameworkTemplate
.ChildRecordFromChildIndex);
246
FrameworkTemplate.SetTemplateParentValues( name, element,
_frameworkTemplate
, ref _provideValueServiceProvider );