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