2 references to CreateChildIndexFromChildName
PresentationFramework (2)
System\Windows\FrameworkElementFactory.cs (1)
603
_childIndex = StyleHelper.
CreateChildIndexFromChildName
(_childName, _frameworkTemplate);
System\Windows\TemplateContent.cs (1)
313
int childIndex = StyleHelper.
CreateChildIndexFromChildName
(name, OwnerTemplate);