1 write to _fontCache
ReachFramework (1)
Packaging\XpsFixedPageReaderWriter.cs (1)
469_fontCache = new Dictionary<Uri, XpsFont>(MS.Internal.UriComparer.Default);
8 references to _fontCache
ReachFramework (8)
Packaging\XpsFixedPageReaderWriter.cs (8)
637return _fontCache.Values; 904else if(_fontCache.ContainsKey(resourceUri)) 906xpsResource = (XpsResource)_fontCache[resourceUri]; 1115if (_fontCache.ContainsKey(uri)) 1117xpsFont = _fontCache[uri]; 1417foreach( Uri uri in _fontCache.Keys) 1547_fontCache[absUri] = font; 1679_fontCache[xpsFont.Uri] = xpsFont;