3 writes to TemplateChildIndex
PresentationFramework (3)
System\Windows\FrameworkElementFactory.cs (1)
1013treeNodeFCE.TemplateChildIndex = childIndex;
System\Windows\StyleHelper.cs (1)
2249fce.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)
482if (TemplateChildIndex != -1) 657TemplateChildIndex, 728ref frameworkTemplate.TriggerSourceRecordFromChildIndex, ref frameworkTemplate.PropertyTriggersWithActions, TemplateChildIndex /*sourceChildIndex*/);
System\Windows\FrameworkElement.cs (1)
3002templateChildIndex = fce.TemplateChildIndex;
System\Windows\Generated\FrameworkContentElement.cs (2)
470childIndex = TemplateChildIndex; 574FrameworkElementFactory fef = StyleHelper.FindFEF(fefRoot, TemplateChildIndex);
System\Windows\StyleHelper.cs (4)
1544: (fceChild != null) ? fceChild.TemplateChildIndex : -1; 2247childIndices[i] = fce.TemplateChildIndex; 2468templateChildIndex = fce.TemplateChildIndex; 5445child is FrameworkContentElement && ((FrameworkContentElement)child).TemplateChildIndex == childIndex);
System\Windows\TreeWalkHelper.cs (2)
863if (fce.TemplateChildIndex > 0) 875fce.TemplateChildIndex,