12 references to ChildIndexFromChildName
PresentationFramework (12)
src\Framework\System\Windows\Controls\TreeViewItem.cs (1)
827
int index = StyleHelper.QueryChildIndexFromChildName(HeaderPartName, template.
ChildIndexFromChildName
);
src\Framework\System\Windows\FrameworkTemplate.cs (3)
420
ChildIndexFromChildName
,
504
ChildIndexFromChildName
, this);
1250
childIndexFromChildName = frameworkTemplate.
ChildIndexFromChildName
;
src\Framework\System\Windows\StyleHelper.cs (3)
4857
triggerChildId = QueryChildIndexFromChildName(trigger.SourceName, frameworkTemplate.
ChildIndexFromChildName
);
5325
childIndexFromChildName = frameworkTemplate.
ChildIndexFromChildName
;
5398
index = StyleHelper.QueryChildIndexFromChildName(childName, frameworkTemplate.
ChildIndexFromChildName
);
src\Framework\System\Windows\TemplateContent.cs (3)
294
ref OwnerTemplate.ResourceDependents, ref OwnerTemplate._dataTriggerRecordFromBinding, OwnerTemplate.
ChildIndexFromChildName
, ref OwnerTemplate._hasInstanceValues);
582
OwnerTemplate.
ChildIndexFromChildName
,
603
OwnerTemplate.
ChildIndexFromChildName
,
src\Framework\System\Windows\TemplateNameScope.cs (2)
155
childIndex = fe.TemplateChildIndex = (int)_frameworkTemplate.
ChildIndexFromChildName
[name];
161
childIndex = fce.TemplateChildIndex = (int)_frameworkTemplate.
ChildIndexFromChildName
[name];