1 write to _fontInfo
PresentationCore (1)
System\Windows\Media\FamilyMapCollection.cs (1)
21
_fontInfo
= fontInfo;
9 references to _fontInfo
PresentationCore (9)
System\Windows\Media\FamilyMapCollection.cs (9)
114
get { return (
_fontInfo
!= null) ? (object)
_fontInfo
: (object)this; }
145
get { return
_fontInfo
== null; }
263
_fontInfo
.PrepareToAddFamilyMap(item);
301
_fontInfo
.PrepareToAddFamilyMap(item);
305
_fontInfo
.InvalidateFamilyMapRanges();
315
_fontInfo
.InvalidateFamilyMapRanges();
326
_fontInfo
.InvalidateFamilyMapRanges();
357
if (
_fontInfo
== null)