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