1 write to _familyMaps
PresentationCore (1)
Core\CSharp\MS\Internal\FontFace\CompositeFontInfo.cs (1)
52_familyMaps = new FontFamilyMapCollection(this);
9 references to _familyMaps
PresentationCore (9)
Core\CSharp\MS\Internal\FontFace\CompositeFontInfo.cs (9)
229Debug.Assert(begin < end && end <= _familyMaps.Count); 234FontFamilyMap familyMap = _familyMaps[j]; 246return familyMapRanges[0] == _familyMaps.Count; 254ranges[0] = (ushort)_familyMaps.Count; 259for (int i = 0; i < _familyMaps.Count; ++i) 261if (FontFamilyMap.MatchLanguage(_familyMaps[i].Language, language)) 275while (i < _familyMaps.Count && FontFamilyMap.MatchLanguage(_familyMaps[i].Language, language)) 359get { return _familyMaps; }