1 write to _windowsFontsLocalPath
PresentationCore (1)
MS\Internal\FontCache\FontCacheUtil.cs (1)
304
_windowsFontsLocalPath
= s.ToUpperInvariant();
2 references to _windowsFontsLocalPath
PresentationCore (2)
MS\Internal\FontCache\FontCacheUtil.cs (2)
306
_windowsFontsUriObject = new Uri(
_windowsFontsLocalPath
, UriKind.Absolute);
323
return
_windowsFontsLocalPath
;