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); 542return _windowsFontsUriObject;