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