1 write to _windowsFontsLocalPath
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (1)
440
_windowsFontsLocalPath
= s.ToUpperInvariant();
2 references to _windowsFontsLocalPath
PresentationCore (2)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (2)
442
_windowsFontsUriObject = new Uri(
_windowsFontsLocalPath
, UriKind.Absolute);
467
return
_windowsFontsLocalPath
;