2 instantiations of XpsColorContext
ReachFramework (2)
Packaging\XpsFixedPageReaderWriter.cs (2)
1569
XpsColorContext colorContext = new
XpsColorContext
( CurrentXpsManager, this, part );
1748
XpsColorContext xpsColorContext = new
XpsColorContext
(CurrentXpsManager, this, metroPart);
18 references to XpsColorContext
ReachFramework (18)
Packaging\XpsFixedPageReaderWriter.cs (14)
93
XpsColorContext
168
ICollection<
XpsColorContext
>
290
XpsColorContext
477
_colorContextCache = new Dictionary<Uri,
XpsColorContext
>();
651
public ICollection<
XpsColorContext
>
813
else if( resourceType == typeof(
XpsColorContext
) )
1033
XpsColorContext
1141
XpsColorContext
1147
XpsColorContext
xpsColorContext = null;
1569
XpsColorContext
colorContext = new XpsColorContext( CurrentXpsManager, this, part );
1734
XpsColorContext
1748
XpsColorContext
xpsColorContext = new XpsColorContext(CurrentXpsManager, this, metroPart);
1829
else if( resourceType == typeof(
XpsColorContext
) )
1974
private Dictionary<Uri,
XpsColorContext
> _colorContextCache;
Packaging\XpsInterleavingPolicy.cs (3)
362
RegisterFlushOrder(FlushOrder.FirstOrder, typeof(
XpsColorContext
));
382
RegisterFlushOrder(FlushOrder.FifthOrder, typeof(
XpsColorContext
));
393
RegisterFlushOrder(FlushOrder.FirstOrder, typeof(
XpsColorContext
));
Serialization\Manager\XpsPackagingPolicy.cs (1)
1531
XpsColorContext
_currentXpsColorContext;