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)
155childIndex = fe.TemplateChildIndex = (int)_frameworkTemplate.ChildIndexFromChildName[name]; 161childIndex = fce.TemplateChildIndex = (int)_frameworkTemplate.ChildIndexFromChildName[name]; 169HybridDictionary templateChildLoadedDictionary = _frameworkTemplate._TemplateChildLoadedDictionary; 190_frameworkTemplate.HasInstanceValues, 191ref _frameworkTemplate.ChildRecordFromChildIndex); 250FrameworkTemplate.SetTemplateParentValues( name, element, _frameworkTemplate, ref _provideValueServiceProvider );