7 references to QueryChildIndexFromChildName
PresentationFramework (7)
src\Framework\System\Windows\Controls\TreeViewItem.cs (1)
827
int index = StyleHelper.
QueryChildIndexFromChildName
(HeaderPartName, template.ChildIndexFromChildName);
src\Framework\System\Windows\FrameworkTemplate.cs (1)
1256
childIndex = StyleHelper.
QueryChildIndexFromChildName
(name, childIndexFromChildName);
src\Framework\System\Windows\StyleHelper.cs (5)
515
int childIndex =
QueryChildIndexFromChildName
(propertyValue.ChildName, childIndexFromChildName);
939
conditions[k].SourceChildIndex = StyleHelper.
QueryChildIndexFromChildName
(conditions[k].SourceName, childIndexFromChildID);
1094
int childIndex = StyleHelper.
QueryChildIndexFromChildName
(eventTrigger.SourceName, childIndexFromChildName);
4857
triggerChildId =
QueryChildIndexFromChildName
(trigger.SourceName, frameworkTemplate.ChildIndexFromChildName);
5398
index = StyleHelper.
QueryChildIndexFromChildName
(childName, frameworkTemplate.ChildIndexFromChildName);