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