1 write to _frameworkTemplate
PresentationFramework (1)
System\Windows\TemplateNameScope.cs (1)
56
_frameworkTemplate
= frameworkTemplate;
6 references to _frameworkTemplate
PresentationFramework (6)
System\Windows\TemplateNameScope.cs (6)
152
childIndex = fe.TemplateChildIndex = (int)
_frameworkTemplate
.ChildIndexFromChildName[name];
158
childIndex = fce.TemplateChildIndex = (int)
_frameworkTemplate
.ChildIndexFromChildName[name];
166
HybridDictionary templateChildLoadedDictionary =
_frameworkTemplate
._TemplateChildLoadedDictionary;
187
_frameworkTemplate
.HasInstanceValues,
188
ref
_frameworkTemplate
.ChildRecordFromChildIndex);
247
FrameworkTemplate.SetTemplateParentValues( name, element,
_frameworkTemplate
, ref _provideValueServiceProvider );