7 references to QueryChildIndexFromChildName
PresentationFramework (7)
System\Windows\Controls\TreeViewItem.cs (1)
809int index = StyleHelper.QueryChildIndexFromChildName(HeaderPartName, template.ChildIndexFromChildName);
System\Windows\FrameworkTemplate.cs (1)
1213childIndex = StyleHelper.QueryChildIndexFromChildName(name, childIndexFromChildName);
System\Windows\StyleHelper.cs (5)
493int childIndex = QueryChildIndexFromChildName(propertyValue.ChildName, childIndexFromChildName); 928conditions[k].SourceChildIndex = StyleHelper.QueryChildIndexFromChildName(conditions[k].SourceName, childIndexFromChildID); 1083int childIndex = StyleHelper.QueryChildIndexFromChildName(eventTrigger.SourceName, childIndexFromChildName); 4844triggerChildId = QueryChildIndexFromChildName(trigger.SourceName, frameworkTemplate.ChildIndexFromChildName); 5384index = StyleHelper.QueryChildIndexFromChildName(childName, frameworkTemplate.ChildIndexFromChildName);