1 write to m_GDIExporter
ReachFramework (1)
AlphaFlattener\MetroDevice.cs (1)
436m_GDIExporter = queue.GetLegacyDevice();
12 references to m_GDIExporter
ReachFramework (12)
AlphaFlattener\MetroDevice.cs (12)
547jobIdentifier = m_GDIExporter.StartDocument(m_PrintQueue.FullName, jobName, Configuration.OutputFile, m_Devmode); 575m_GDIExporter.EndDocument(); 597m_GDIExporter.CreateDeviceContext(m_PrintQueue.FullName, jobName, m_Devmode); 602m_GDIExporter.DeleteDeviceContext(); 611m_GDIExporter.StartDocumentWithoutCreatingDC(printerName, jobName, Configuration.OutputFile); 616return m_GDIExporter.ExtEscGetName(); 621return m_GDIExporter.ExtEscMXDWPassThru(); 628m_GDIExporter.EndDocument(); 647m_GDIExporter.StartPage(GetDevmode(ticket, printTicketXMLStr), Configuration.RasterizationDPI); 651m_GDIExporter.StartPage(null, Configuration.RasterizationDPI); 663ILegacyDevice ioc = m_GDIExporter; 681m_GDIExporter.EndPage();