2 instantiations of XpsColorContext
ReachFramework (2)
Packaging\XpsFixedPageReaderWriter.cs (2)
1559
XpsColorContext colorContext = new
XpsColorContext
( CurrentXpsManager, this, part );
1738
XpsColorContext xpsColorContext = new
XpsColorContext
(CurrentXpsManager, this, metroPart);
18 references to XpsColorContext
ReachFramework (18)
Packaging\XpsFixedPageReaderWriter.cs (14)
86
XpsColorContext
161
ICollection<
XpsColorContext
>
283
XpsColorContext
470
_colorContextCache = new Dictionary<Uri,
XpsColorContext
>();
644
public ICollection<
XpsColorContext
>
806
else if( resourceType == typeof(
XpsColorContext
) )
1026
XpsColorContext
1134
XpsColorContext
1140
XpsColorContext
xpsColorContext = null;
1559
XpsColorContext
colorContext = new XpsColorContext( CurrentXpsManager, this, part );
1724
XpsColorContext
1738
XpsColorContext
xpsColorContext = new XpsColorContext(CurrentXpsManager, this, metroPart);
1819
else if( resourceType == typeof(
XpsColorContext
) )
1964
private Dictionary<Uri,
XpsColorContext
> _colorContextCache;
Packaging\XpsInterleavingPolicy.cs (3)
358
RegisterFlushOrder(FlushOrder.FirstOrder, typeof(
XpsColorContext
));
378
RegisterFlushOrder(FlushOrder.FifthOrder, typeof(
XpsColorContext
));
389
RegisterFlushOrder(FlushOrder.FirstOrder, typeof(
XpsColorContext
));
Serialization\Manager\XpsPackagingPolicy.cs (1)
1506
XpsColorContext
_currentXpsColorContext;