3 references to GetSubtagCount
PresentationCore (3)
System\Windows\Markup\XmlLanguage.cs (3)
398specificity += GetSubtagCount(_lowerCaseTag) - GetSubtagCount(compatibleCulture.IetfLanguageTag); 429specificity = Math.Max(GetSubtagCount(languageTag), 1 + GetSpecificity(culture.Parent, maxDepth - 1));