1 write to _familyMaps
PresentationCore (1)
MS\Internal\FontFace\CompositeFontInfo.cs (1)
36_familyMaps = new FontFamilyMapCollection(this);
9 references to _familyMaps
PresentationCore (9)
MS\Internal\FontFace\CompositeFontInfo.cs (9)
212Debug.Assert(begin < end && end <= _familyMaps.Count); 217FontFamilyMap familyMap = _familyMaps[j]; 229return familyMapRanges[0] == _familyMaps.Count; 237ranges[0] = (ushort)_familyMaps.Count; 242for (int i = 0; i < _familyMaps.Count; ++i) 244if (FontFamilyMap.MatchLanguage(_familyMaps[i].Language, language)) 258while (i < _familyMaps.Count && FontFamilyMap.MatchLanguage(_familyMaps[i].Language, language)) 342get { return _familyMaps; }