1 write to _fontInfo
PresentationCore (1)
Core\CSharp\System\Windows\Media\FamilyMapCollection.cs (1)
37_fontInfo = fontInfo;
9 references to _fontInfo
PresentationCore (9)
Core\CSharp\System\Windows\Media\FamilyMapCollection.cs (9)
132get { return (_fontInfo != null) ? (object)_fontInfo : (object)this; } 163get { return _fontInfo == null; } 282_fontInfo.PrepareToAddFamilyMap(item); 321_fontInfo.PrepareToAddFamilyMap(item); 325_fontInfo.InvalidateFamilyMapRanges(); 335_fontInfo.InvalidateFamilyMapRanges(); 346_fontInfo.InvalidateFamilyMapRanges(); 377if (_fontInfo == null)