3 writes to TemplateChildIndex
PresentationFramework (3)
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
1041
treeNodeFE.
TemplateChildIndex
= childIndex;
src\Framework\System\Windows\StyleHelper.cs (1)
2249
fe.
TemplateChildIndex
= -1;
src\Framework\System\Windows\TemplateNameScope.cs (1)
155
childIndex = fe.
TemplateChildIndex
= (int)_frameworkTemplate.ChildIndexFromChildName[name];
15 references to TemplateChildIndex
PresentationFramework (15)
src\Framework\MS\Internal\FrameworkObject.cs (1)
163
return _fe.
TemplateChildIndex
;
src\Framework\System\Windows\FrameworkElement.cs (5)
592
return (
TemplateChildIndex
==1);
1847
if (
TemplateChildIndex
!= -1)
1952
TemplateChildIndex
,
2110
ref frameworkTemplate.TriggerSourceRecordFromChildIndex, ref frameworkTemplate.PropertyTriggersWithActions,
TemplateChildIndex
/*sourceChildIndex*/);
3005
templateChildIndex = fe.
TemplateChildIndex
;
src\Framework\System\Windows\FrameworkTemplate.cs (1)
1170
((FrameworkElement)rootElement).
TemplateChildIndex
!= -1);
src\Framework\System\Windows\Generated\FrameworkElement.cs (2)
503
childIndex =
TemplateChildIndex
;
613
FrameworkElementFactory fef = StyleHelper.FindFEF(fefRoot,
TemplateChildIndex
);
src\Framework\System\Windows\StyleHelper.cs (4)
1549
childIndex = (feChild != null) ? feChild.
TemplateChildIndex
2247
childIndices[i] = fe.
TemplateChildIndex
;
2469
templateChildIndex = fe.
TemplateChildIndex
;
5454
child is FrameworkElement && ((FrameworkElement)child).
TemplateChildIndex
== childIndex ||
src\Framework\System\Windows\TreeWalkHelper.cs (2)
794
if (fe.
TemplateChildIndex
> 0)
806
fe.
TemplateChildIndex
,