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