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)
115
get { return (
_fontInfo
!= null) ? (object)
_fontInfo
: (object)this; }
146
get { return
_fontInfo
== null; }
264
_fontInfo
.PrepareToAddFamilyMap(item);
302
_fontInfo
.PrepareToAddFamilyMap(item);
306
_fontInfo
.InvalidateFamilyMapRanges();
316
_fontInfo
.InvalidateFamilyMapRanges();
327
_fontInfo
.InvalidateFamilyMapRanges();
358
if (
_fontInfo
== null)