2 references to GetSpecificity
PresentationCore (2)
Core\CSharp\System\Windows\Markup\XmlLanguage.cs (2)
404int specificity = GetSpecificity(compatibleCulture, MaxCultureDepth); 439specificity = Math.Max(GetSubtagCount(languageTag), 1 + GetSpecificity(culture.Parent, maxDepth - 1));