1 write to _fontCache
ReachFramework (1)
Packaging\XpsFixedPageReaderWriter.cs (1)
470_fontCache = new Dictionary<Uri, XpsFont>(MS.Internal.UriComparer.Default);
8 references to _fontCache
ReachFramework (8)
Packaging\XpsFixedPageReaderWriter.cs (8)
638return _fontCache.Values; 905else if(_fontCache.ContainsKey(resourceUri)) 907xpsResource = (XpsResource)_fontCache[resourceUri]; 1116if (_fontCache.ContainsKey(uri)) 1118xpsFont = _fontCache[uri]; 1421foreach( Uri uri in _fontCache.Keys) 1551_fontCache[absUri] = font; 1683_fontCache[xpsFont.Uri] = xpsFont;