1 write to _colorContextCache
ReachFramework (1)
Packaging\XpsFixedPageReaderWriter.cs (1)
477
_colorContextCache
= new Dictionary<Uri, XpsColorContext>();
8 references to _colorContextCache
ReachFramework (8)
Packaging\XpsFixedPageReaderWriter.cs (8)
657
return
_colorContextCache
.Values;
915
else if(
_colorContextCache
.ContainsKey(resourceUri))
917
xpsResource = (XpsResource)
_colorContextCache
[resourceUri];
1148
if (
_colorContextCache
.ContainsKey(uri))
1150
xpsColorContext =
_colorContextCache
[uri];
1434
foreach( Uri uri in
_colorContextCache
.Keys)
1570
_colorContextCache
[absUri] = colorContext;
1761
_colorContextCache
[xpsColorContext.Uri] = xpsColorContext;