1 write to _frameworkTemplate
PresentationFramework (1)
src\Framework\System\Windows\TemplateNameScope.cs (1)
59
_frameworkTemplate
= frameworkTemplate;
6 references to _frameworkTemplate
PresentationFramework (6)
src\Framework\System\Windows\TemplateNameScope.cs (6)
155
childIndex = fe.TemplateChildIndex = (int)
_frameworkTemplate
.ChildIndexFromChildName[name];
161
childIndex = fce.TemplateChildIndex = (int)
_frameworkTemplate
.ChildIndexFromChildName[name];
169
HybridDictionary templateChildLoadedDictionary =
_frameworkTemplate
._TemplateChildLoadedDictionary;
190
_frameworkTemplate
.HasInstanceValues,
191
ref
_frameworkTemplate
.ChildRecordFromChildIndex);
250
FrameworkTemplate.SetTemplateParentValues( name, element,
_frameworkTemplate
, ref _provideValueServiceProvider );