3 writes to _fromInstalledFontCollection
System.Drawing.Common (3)
System\Drawing\FontFamily.cs (3)
29
_fromInstalledFontCollection
= fromInstalledFontCollection;
89
_fromInstalledFontCollection
= nativeFontCollection is null
154
_fromInstalledFontCollection
= true;
3 references to _fromInstalledFontCollection
System.Drawing.Common (3)
System\Drawing\FontFamily.cs (3)
51
if (
_fromInstalledFontCollection
)
123
if (
_fromInstalledFontCollection
)
205
if (_nativeFamily is null ||
_fromInstalledFontCollection
)