2 writes to _sxsFontsLocation
PresentationCore (2)
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (2)
86
_sxsFontsLocation
= GetSystemSxSFontsLocation();
461
_sxsFontsLocation
= String.Empty;
3 references to _sxsFontsLocation
PresentationCore (3)
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (3)
80
if (
_sxsFontsLocation
== String.Empty)
84
if (
_sxsFontsLocation
== String.Empty)
90
return
_sxsFontsLocation
;