3 writes to TemplateChildIndex
PresentationFramework (3)
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
1045treeNodeFCE.TemplateChildIndex = childIndex;
src\Framework\System\Windows\StyleHelper.cs (1)
2255fce.TemplateChildIndex = -1;
src\Framework\System\Windows\TemplateNameScope.cs (1)
161childIndex = fce.TemplateChildIndex = (int)_frameworkTemplate.ChildIndexFromChildName[name];
13 references to TemplateChildIndex
PresentationFramework (13)
src\Framework\MS\Internal\FrameworkObject.cs (1)
167return _fce.TemplateChildIndex;
src\Framework\System\Windows\FrameworkContentElement.cs (3)
500if (TemplateChildIndex != -1) 675TemplateChildIndex, 746ref frameworkTemplate.TriggerSourceRecordFromChildIndex, ref frameworkTemplate.PropertyTriggersWithActions, TemplateChildIndex /*sourceChildIndex*/);
src\Framework\System\Windows\FrameworkElement.cs (1)
3011templateChildIndex = fce.TemplateChildIndex;
src\Framework\System\Windows\Generated\FrameworkContentElement.cs (2)
488childIndex = TemplateChildIndex; 593FrameworkElementFactory fef = StyleHelper.FindFEF(fefRoot, TemplateChildIndex);
src\Framework\System\Windows\StyleHelper.cs (4)
1550: (fceChild != null) ? fceChild.TemplateChildIndex : -1; 2253childIndices[i] = fce.TemplateChildIndex; 2474templateChildIndex = fce.TemplateChildIndex; 5455child is FrameworkContentElement && ((FrameworkContentElement)child).TemplateChildIndex == childIndex);
src\Framework\System\Windows\TreeWalkHelper.cs (2)
862if (fce.TemplateChildIndex > 0) 874fce.TemplateChildIndex,