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