1 write to _fontInfo
PresentationCore (1)
System\Windows\Media\FamilyMapCollection.cs (1)
22_fontInfo = fontInfo;
9 references to _fontInfo
PresentationCore (9)
System\Windows\Media\FamilyMapCollection.cs (9)
115get { return (_fontInfo != null) ? (object)_fontInfo : (object)this; } 146get { return _fontInfo == null; } 264_fontInfo.PrepareToAddFamilyMap(item); 302_fontInfo.PrepareToAddFamilyMap(item); 306_fontInfo.InvalidateFamilyMapRanges(); 316_fontInfo.InvalidateFamilyMapRanges(); 327_fontInfo.InvalidateFamilyMapRanges(); 358if (_fontInfo == null)