1 write to _familyMaps
PresentationCore (1)
MS\Internal\FontFace\CompositeFontInfo.cs (1)
35_familyMaps = new FontFamilyMapCollection(this);
9 references to _familyMaps
PresentationCore (9)
MS\Internal\FontFace\CompositeFontInfo.cs (9)
211Debug.Assert(begin < end && end <= _familyMaps.Count); 216FontFamilyMap familyMap = _familyMaps[j]; 228return familyMapRanges[0] == _familyMaps.Count; 236ranges[0] = (ushort)_familyMaps.Count; 241for (int i = 0; i < _familyMaps.Count; ++i) 243if (FontFamilyMap.MatchLanguage(_familyMaps[i].Language, language)) 257while (i < _familyMaps.Count && FontFamilyMap.MatchLanguage(_familyMaps[i].Language, language)) 341get { return _familyMaps; }