1 write to _fontCache
ReachFramework (1)
Packaging\XpsFixedPageReaderWriter.cs (1)
476_fontCache = new Dictionary<Uri, XpsFont>(MS.Internal.UriComparer.Default);
8 references to _fontCache
ReachFramework (8)
Packaging\XpsFixedPageReaderWriter.cs (8)
644return _fontCache.Values; 911else if(_fontCache.ContainsKey(resourceUri)) 913xpsResource = (XpsResource)_fontCache[resourceUri]; 1122if (_fontCache.ContainsKey(uri)) 1124xpsFont = _fontCache[uri]; 1427foreach( Uri uri in _fontCache.Keys) 1557_fontCache[absUri] = font; 1689_fontCache[xpsFont.Uri] = xpsFont;