2 instantiations of XpsColorContext
ReachFramework (2)
Packaging\XpsFixedPageReaderWriter.cs (2)
1560
XpsColorContext colorContext = new
XpsColorContext
( CurrentXpsManager, this, part );
1739
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;
1560
XpsColorContext
colorContext = new XpsColorContext( CurrentXpsManager, this, part );
1725
XpsColorContext
1739
XpsColorContext
xpsColorContext = new XpsColorContext(CurrentXpsManager, this, metroPart);
1820
else if( resourceType == typeof(
XpsColorContext
) )
1965
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)
1507
XpsColorContext
_currentXpsColorContext;