3 writes to TemplateChildIndex
PresentationFramework (3)
System\Windows\FrameworkElementFactory.cs (1)
1010treeNodeFCE.TemplateChildIndex = childIndex;
System\Windows\StyleHelper.cs (1)
2243fce.TemplateChildIndex = -1;
System\Windows\TemplateNameScope.cs (1)
157childIndex = fce.TemplateChildIndex = (int)_frameworkTemplate.ChildIndexFromChildName[name];
13 references to TemplateChildIndex
PresentationFramework (13)
MS\Internal\FrameworkObject.cs (1)
135return _fce.TemplateChildIndex;
System\Windows\FrameworkContentElement.cs (3)
469if (TemplateChildIndex != -1) 644TemplateChildIndex, 717ref frameworkTemplate.TriggerSourceRecordFromChildIndex, ref frameworkTemplate.PropertyTriggersWithActions, TemplateChildIndex /*sourceChildIndex*/);
System\Windows\FrameworkElement.cs (1)
2993templateChildIndex = fce.TemplateChildIndex;
System\Windows\Generated\FrameworkContentElement.cs (2)
468childIndex = TemplateChildIndex; 573FrameworkElementFactory fef = StyleHelper.FindFEF(fefRoot, TemplateChildIndex);
System\Windows\StyleHelper.cs (4)
1541: (fceChild != null) ? fceChild.TemplateChildIndex : -1; 2241childIndices[i] = fce.TemplateChildIndex; 2462templateChildIndex = fce.TemplateChildIndex; 5440child is FrameworkContentElement && ((FrameworkContentElement)child).TemplateChildIndex == childIndex);
System\Windows\TreeWalkHelper.cs (2)
859if (fce.TemplateChildIndex > 0) 871fce.TemplateChildIndex,