1 write to _windowsFontsUriObject
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (1)
442
_windowsFontsUriObject
= new Uri(_windowsFontsLocalPath, UriKind.Absolute);
2 references to _windowsFontsUriObject
PresentationCore (2)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (2)
446
_windowsFontsUriString =
_windowsFontsUriObject
.GetComponents(UriComponents.AbsoluteUri, UriFormat.SafeUnescaped);
542
return
_windowsFontsUriObject
;