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)
644
return
_fontCache
.Values;
911
else if(
_fontCache
.ContainsKey(resourceUri))
913
xpsResource = (XpsResource)
_fontCache
[resourceUri];
1122
if (
_fontCache
.ContainsKey(uri))
1124
xpsFont =
_fontCache
[uri];
1427
foreach( Uri uri in
_fontCache
.Keys)
1557
_fontCache
[absUri] = font;
1689
_fontCache
[xpsFont.Uri] = xpsFont;