1 write to _systemFontCollection
PresentationCore (1)
MS\Internal\FontCache\DWriteFactory.cs (1)
48
_systemFontCollection
= DWriteFactory.Instance.GetSystemFontCollection();
3 references to _systemFontCollection
PresentationCore (3)
MS\Internal\FontCache\DWriteFactory.cs (3)
42
if (
_systemFontCollection
== null)
46
if (
_systemFontCollection
== null)
52
return
_systemFontCollection
;