1 write to Language
PresentationCore (1)
Core\CSharp\MS\Internal\FontFace\CompositeFontParser.cs (1)
799fmap.Language = GetAttributeAsXmlLanguage();
11 references to Language
PresentationCore (9)
Core\CSharp\MS\Internal\FontFace\CompositeFontInfo.cs (6)
69if (familyMap.Language != null) 74_familyMapRangesByLanguage.Add(familyMap.Language, EmptyFamilyMapRanges); 76else if (!_familyMapRangesByLanguage.ContainsKey(familyMap.Language)) 78_familyMapRangesByLanguage.Add(familyMap.Language, EmptyFamilyMapRanges); 261if (FontFamilyMap.MatchLanguage(_familyMaps[i].Language, language)) 275while (i < _familyMaps.Count && FontFamilyMap.MatchLanguage(_familyMaps[i].Language, language))
Core\CSharp\System\Windows\Media\FamilyMapCollection.cs (2)
323if (item.Language != _items[index].Language)
Core\CSharp\System\Windows\Media\FontFamilyConverter.cs (1)
210if (FontFamilyMap.MatchCulture(familyMap.Language, culture))
PresentationFramework (2)
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (2)
1294if (familyMap.Language == null) 1298if (textLanguage != null && familyMap.Language.RangeIncludes(textLanguage))