3 writes to TemplateChildIndex
PresentationFramework (3)
System\Windows\FrameworkElementFactory.cs (1)
1011treeNodeFCE.TemplateChildIndex = childIndex;
System\Windows\StyleHelper.cs (1)
2244fce.TemplateChildIndex = -1;
System\Windows\TemplateNameScope.cs (1)
158childIndex = fce.TemplateChildIndex = (int)_frameworkTemplate.ChildIndexFromChildName[name];
13 references to TemplateChildIndex
PresentationFramework (13)
MS\Internal\FrameworkObject.cs (1)
136return _fce.TemplateChildIndex;
System\Windows\FrameworkContentElement.cs (3)
470if (TemplateChildIndex != -1) 645TemplateChildIndex, 718ref frameworkTemplate.TriggerSourceRecordFromChildIndex, ref frameworkTemplate.PropertyTriggersWithActions, TemplateChildIndex /*sourceChildIndex*/);
System\Windows\FrameworkElement.cs (1)
2994templateChildIndex = fce.TemplateChildIndex;
System\Windows\Generated\FrameworkContentElement.cs (2)
469childIndex = TemplateChildIndex; 574FrameworkElementFactory fef = StyleHelper.FindFEF(fefRoot, TemplateChildIndex);
System\Windows\StyleHelper.cs (4)
1542: (fceChild != null) ? fceChild.TemplateChildIndex : -1; 2242childIndices[i] = fce.TemplateChildIndex; 2463templateChildIndex = fce.TemplateChildIndex; 5441child is FrameworkContentElement && ((FrameworkContentElement)child).TemplateChildIndex == childIndex);
System\Windows\TreeWalkHelper.cs (2)
860if (fce.TemplateChildIndex > 0) 872fce.TemplateChildIndex,