2 instantiations of XpsColorContext
ReachFramework (2)
Packaging\XpsFixedPageReaderWriter.cs (2)
1563
XpsColorContext colorContext = new
XpsColorContext
( CurrentXpsManager, this, part );
1742
XpsColorContext xpsColorContext = new
XpsColorContext
(CurrentXpsManager, this, metroPart);
18 references to XpsColorContext
ReachFramework (18)
Packaging\XpsFixedPageReaderWriter.cs (14)
87
XpsColorContext
162
ICollection<
XpsColorContext
>
284
XpsColorContext
471
_colorContextCache = new Dictionary<Uri,
XpsColorContext
>();
645
public ICollection<
XpsColorContext
>
807
else if( resourceType == typeof(
XpsColorContext
) )
1027
XpsColorContext
1135
XpsColorContext
1141
XpsColorContext
xpsColorContext = null;
1563
XpsColorContext
colorContext = new XpsColorContext( CurrentXpsManager, this, part );
1728
XpsColorContext
1742
XpsColorContext
xpsColorContext = new XpsColorContext(CurrentXpsManager, this, metroPart);
1823
else if( resourceType == typeof(
XpsColorContext
) )
1968
private Dictionary<Uri,
XpsColorContext
> _colorContextCache;
Packaging\XpsInterleavingPolicy.cs (3)
359
RegisterFlushOrder(FlushOrder.FirstOrder, typeof(
XpsColorContext
));
379
RegisterFlushOrder(FlushOrder.FifthOrder, typeof(
XpsColorContext
));
390
RegisterFlushOrder(FlushOrder.FirstOrder, typeof(
XpsColorContext
));
Serialization\Manager\XpsPackagingPolicy.cs (1)
1519
XpsColorContext
_currentXpsColorContext;