3 writes to TemplateChildIndex
PresentationFramework (3)
System\Windows\FrameworkElementFactory.cs (1)
1017treeNodeFE.TemplateChildIndex = childIndex;
System\Windows\StyleHelper.cs (1)
2249fe.TemplateChildIndex = -1;
System\Windows\TemplateNameScope.cs (1)
156childIndex = fe.TemplateChildIndex = (int)_frameworkTemplate.ChildIndexFromChildName[name];
15 references to TemplateChildIndex
PresentationFramework (15)
MS\Internal\FrameworkObject.cs (1)
135return _fe.TemplateChildIndex;
System\Windows\FrameworkElement.cs (5)
592return (TemplateChildIndex==1); 1848if (TemplateChildIndex != -1) 1953TemplateChildIndex, 2111ref frameworkTemplate.TriggerSourceRecordFromChildIndex, ref frameworkTemplate.PropertyTriggersWithActions, TemplateChildIndex /*sourceChildIndex*/); 3007templateChildIndex = fe.TemplateChildIndex;
System\Windows\FrameworkTemplate.cs (1)
1145((FrameworkElement)rootElement).TemplateChildIndex != -1);
System\Windows\Generated\FrameworkElement.cs (2)
492childIndex = TemplateChildIndex; 602FrameworkElementFactory fef = StyleHelper.FindFEF(fefRoot, TemplateChildIndex);
System\Windows\StyleHelper.cs (4)
1549childIndex = (feChild != null) ? feChild.TemplateChildIndex 2247childIndices[i] = fe.TemplateChildIndex; 2469templateChildIndex = fe.TemplateChildIndex; 5450child is FrameworkElement && ((FrameworkElement)child).TemplateChildIndex == childIndex ||
System\Windows\TreeWalkHelper.cs (2)
799if (fe.TemplateChildIndex > 0) 811fe.TemplateChildIndex,