1 write to _systemFontCollection
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\DWriteFactory.cs (1)
69
_systemFontCollection
= DWriteFactory.Instance.GetSystemFontCollection();
3 references to _systemFontCollection
PresentationCore (3)
Core\CSharp\MS\Internal\FontCache\DWriteFactory.cs (3)
63
if (
_systemFontCollection
== null)
67
if (
_systemFontCollection
== null)
73
return
_systemFontCollection
;