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