1 write to _colorContextCache
ReachFramework (1)
Packaging\XpsFixedPageReaderWriter.cs (1)
470
_colorContextCache
= new Dictionary<Uri, XpsColorContext>();
8 references to _colorContextCache
ReachFramework (8)
Packaging\XpsFixedPageReaderWriter.cs (8)
650
return
_colorContextCache
.Values;
908
else if(
_colorContextCache
.ContainsKey(resourceUri))
910
xpsResource = (XpsResource)
_colorContextCache
[resourceUri];
1141
if (
_colorContextCache
.ContainsKey(uri))
1143
xpsColorContext =
_colorContextCache
[uri];
1424
foreach( Uri uri in
_colorContextCache
.Keys)
1560
_colorContextCache
[absUri] = colorContext;
1751
_colorContextCache
[xpsColorContext.Uri] = xpsColorContext;