3 writes to TemplateChildIndex
PresentationFramework (3)
System\Windows\FrameworkElementFactory.cs (1)
1006treeNodeFE.TemplateChildIndex = childIndex;
System\Windows\StyleHelper.cs (1)
2235fe.TemplateChildIndex = -1;
System\Windows\TemplateNameScope.cs (1)
151childIndex = fe.TemplateChildIndex = (int)_frameworkTemplate.ChildIndexFromChildName[name];
15 references to TemplateChildIndex
PresentationFramework (15)
MS\Internal\FrameworkObject.cs (1)
131return _fe.TemplateChildIndex;
System\Windows\FrameworkElement.cs (5)
573return (TemplateChildIndex==1); 1826if (TemplateChildIndex != -1) 1931TemplateChildIndex, 2091ref frameworkTemplate.TriggerSourceRecordFromChildIndex, ref frameworkTemplate.PropertyTriggersWithActions, TemplateChildIndex /*sourceChildIndex*/); 2987templateChildIndex = fe.TemplateChildIndex;
System\Windows\FrameworkTemplate.cs (1)
1127((FrameworkElement)rootElement).TemplateChildIndex != -1);
System\Windows\Generated\FrameworkElement.cs (2)
483childIndex = TemplateChildIndex; 593FrameworkElementFactory fef = StyleHelper.FindFEF(fefRoot, TemplateChildIndex);
System\Windows\StyleHelper.cs (4)
1538childIndex = (feChild != null) ? feChild.TemplateChildIndex 2233childIndices[i] = fe.TemplateChildIndex; 2455templateChildIndex = fe.TemplateChildIndex; 5437child is FrameworkElement && ((FrameworkElement)child).TemplateChildIndex == childIndex ||
System\Windows\TreeWalkHelper.cs (2)
791if (fe.TemplateChildIndex > 0) 803fe.TemplateChildIndex,