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