3 writes to TemplateChildIndex
PresentationFramework (3)
System\Windows\FrameworkElementFactory.cs (1)
1009treeNodeFE.TemplateChildIndex = childIndex;
System\Windows\StyleHelper.cs (1)
2243fe.TemplateChildIndex = -1;
System\Windows\TemplateNameScope.cs (1)
152childIndex = fe.TemplateChildIndex = (int)_frameworkTemplate.ChildIndexFromChildName[name];
15 references to TemplateChildIndex
PresentationFramework (15)
MS\Internal\FrameworkObject.cs (1)
132return _fe.TemplateChildIndex;
System\Windows\FrameworkElement.cs (5)
581return (TemplateChildIndex==1); 1837if (TemplateChildIndex != -1) 1942TemplateChildIndex, 2100ref frameworkTemplate.TriggerSourceRecordFromChildIndex, ref frameworkTemplate.PropertyTriggersWithActions, TemplateChildIndex /*sourceChildIndex*/); 2996templateChildIndex = fe.TemplateChildIndex;
System\Windows\FrameworkTemplate.cs (1)
1136((FrameworkElement)rootElement).TemplateChildIndex != -1);
System\Windows\Generated\FrameworkElement.cs (2)
486childIndex = TemplateChildIndex; 596FrameworkElementFactory fef = StyleHelper.FindFEF(fefRoot, TemplateChildIndex);
System\Windows\StyleHelper.cs (4)
1543childIndex = (feChild != null) ? feChild.TemplateChildIndex 2241childIndices[i] = fe.TemplateChildIndex; 2463templateChildIndex = fe.TemplateChildIndex; 5444child is FrameworkElement && ((FrameworkElement)child).TemplateChildIndex == childIndex ||
System\Windows\TreeWalkHelper.cs (2)
795if (fe.TemplateChildIndex > 0) 807fe.TemplateChildIndex,