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