1 write to _fontInfo
PresentationCore (1)
System\Windows\Media\FamilyMapCollection.cs (1)
34_fontInfo = fontInfo;
9 references to _fontInfo
PresentationCore (9)
System\Windows\Media\FamilyMapCollection.cs (9)
127get { return (_fontInfo != null) ? (object)_fontInfo : (object)this; } 158get { return _fontInfo == null; } 276_fontInfo.PrepareToAddFamilyMap(item); 314_fontInfo.PrepareToAddFamilyMap(item); 318_fontInfo.InvalidateFamilyMapRanges(); 328_fontInfo.InvalidateFamilyMapRanges(); 339_fontInfo.InvalidateFamilyMapRanges(); 370if (_fontInfo == null)