3 writes to TemplateChildIndex
PresentationFramework (3)
System\Windows\FrameworkElementFactory.cs (1)
1011treeNodeFCE.TemplateChildIndex = childIndex;
System\Windows\StyleHelper.cs (1)
2251fce.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)
473if (TemplateChildIndex != -1) 648TemplateChildIndex, 721ref frameworkTemplate.TriggerSourceRecordFromChildIndex, ref frameworkTemplate.PropertyTriggersWithActions, TemplateChildIndex /*sourceChildIndex*/);
System\Windows\FrameworkElement.cs (1)
2997templateChildIndex = fce.TemplateChildIndex;
System\Windows\Generated\FrameworkContentElement.cs (2)
470childIndex = TemplateChildIndex; 574FrameworkElementFactory fef = StyleHelper.FindFEF(fefRoot, TemplateChildIndex);
System\Windows\StyleHelper.cs (4)
1546: (fceChild != null) ? fceChild.TemplateChildIndex : -1; 2249childIndices[i] = fce.TemplateChildIndex; 2470templateChildIndex = fce.TemplateChildIndex; 5451child is FrameworkContentElement && ((FrameworkContentElement)child).TemplateChildIndex == childIndex);
System\Windows\TreeWalkHelper.cs (2)
863if (fce.TemplateChildIndex > 0) 875fce.TemplateChildIndex,