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)
127
get { return (
_fontInfo
!= null) ? (object)
_fontInfo
: (object)this; }
158
get { return
_fontInfo
== null; }
276
_fontInfo
.PrepareToAddFamilyMap(item);
314
_fontInfo
.PrepareToAddFamilyMap(item);
318
_fontInfo
.InvalidateFamilyMapRanges();
328
_fontInfo
.InvalidateFamilyMapRanges();
339
_fontInfo
.InvalidateFamilyMapRanges();
370
if (
_fontInfo
== null)