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