1 write to _systemFontCollection
PresentationCore (1)
MS\Internal\FontCache\DWriteFactory.cs (1)
53
_systemFontCollection
= DWriteFactory.Instance.GetSystemFontCollection();
3 references to _systemFontCollection
PresentationCore (3)
MS\Internal\FontCache\DWriteFactory.cs (3)
47
if (
_systemFontCollection
== null)
51
if (
_systemFontCollection
== null)
57
return
_systemFontCollection
;