1 write to _fontInfo
PresentationCore (1)
System\Windows\Media\FamilyMapCollection.cs (1)
21_fontInfo = fontInfo;
9 references to _fontInfo
PresentationCore (9)
System\Windows\Media\FamilyMapCollection.cs (9)
114get { return (_fontInfo != null) ? (object)_fontInfo : (object)this; } 145get { return _fontInfo == null; } 263_fontInfo.PrepareToAddFamilyMap(item); 301_fontInfo.PrepareToAddFamilyMap(item); 305_fontInfo.InvalidateFamilyMapRanges(); 315_fontInfo.InvalidateFamilyMapRanges(); 326_fontInfo.InvalidateFamilyMapRanges(); 357if (_fontInfo == null)