3 writes to TemplateChildIndex
PresentationFramework (3)
System\Windows\FrameworkElementFactory.cs (1)
1007treeNodeFE.TemplateChildIndex = childIndex;
System\Windows\StyleHelper.cs (1)
2238fe.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)
574return (TemplateChildIndex==1); 1827if (TemplateChildIndex != -1) 1932TemplateChildIndex, 2092ref frameworkTemplate.TriggerSourceRecordFromChildIndex, ref frameworkTemplate.PropertyTriggersWithActions, TemplateChildIndex /*sourceChildIndex*/); 2988templateChildIndex = fe.TemplateChildIndex;
System\Windows\FrameworkTemplate.cs (1)
1132((FrameworkElement)rootElement).TemplateChildIndex != -1);
System\Windows\Generated\FrameworkElement.cs (2)
483childIndex = TemplateChildIndex; 593FrameworkElementFactory fef = StyleHelper.FindFEF(fefRoot, TemplateChildIndex);
System\Windows\StyleHelper.cs (4)
1541childIndex = (feChild != null) ? feChild.TemplateChildIndex 2236childIndices[i] = fe.TemplateChildIndex; 2458templateChildIndex = fe.TemplateChildIndex; 5440child is FrameworkElement && ((FrameworkElement)child).TemplateChildIndex == childIndex ||
System\Windows\TreeWalkHelper.cs (2)
792if (fe.TemplateChildIndex > 0) 804fe.TemplateChildIndex,