7 references to QueryChildIndexFromChildName
PresentationFramework (7)
System\Windows\Controls\TreeViewItem.cs (1)
810
int index = StyleHelper.
QueryChildIndexFromChildName
(HeaderPartName, template.ChildIndexFromChildName);
System\Windows\FrameworkTemplate.cs (1)
1218
childIndex = StyleHelper.
QueryChildIndexFromChildName
(name, childIndexFromChildName);
System\Windows\StyleHelper.cs (5)
497
int childIndex =
QueryChildIndexFromChildName
(propertyValue.ChildName, childIndexFromChildName);
931
conditions[k].SourceChildIndex = StyleHelper.
QueryChildIndexFromChildName
(conditions[k].SourceName, childIndexFromChildID);
1086
int childIndex = StyleHelper.
QueryChildIndexFromChildName
(eventTrigger.SourceName, childIndexFromChildName);
4847
triggerChildId =
QueryChildIndexFromChildName
(trigger.SourceName, frameworkTemplate.ChildIndexFromChildName);
5387
index = StyleHelper.
QueryChildIndexFromChildName
(childName, frameworkTemplate.ChildIndexFromChildName);