1 write to _windowsFontsUriObject
PresentationCore (1)
MS\Internal\FontCache\FontCacheUtil.cs (1)
326
_windowsFontsUriObject
= new Uri(_windowsFontsLocalPath, UriKind.Absolute);
2 references to _windowsFontsUriObject
PresentationCore (2)
MS\Internal\FontCache\FontCacheUtil.cs (2)
330
_windowsFontsUriString =
_windowsFontsUriObject
.GetComponents(UriComponents.AbsoluteUri, UriFormat.SafeUnescaped);
405
return
_windowsFontsUriObject
;