1 write to m_GDIExporter
ReachFramework (1)
AlphaFlattener\MetroDevice.cs (1)
437m_GDIExporter = queue.GetLegacyDevice();
12 references to m_GDIExporter
ReachFramework (12)
AlphaFlattener\MetroDevice.cs (12)
548jobIdentifier = m_GDIExporter.StartDocument(m_PrintQueue.FullName, jobName, Configuration.OutputFile, m_Devmode); 576m_GDIExporter.EndDocument(); 598m_GDIExporter.CreateDeviceContext(m_PrintQueue.FullName, jobName, m_Devmode); 603m_GDIExporter.DeleteDeviceContext(); 612m_GDIExporter.StartDocumentWithoutCreatingDC(printerName, jobName, Configuration.OutputFile); 617return m_GDIExporter.ExtEscGetName(); 622return m_GDIExporter.ExtEscMXDWPassThru(); 629m_GDIExporter.EndDocument(); 648m_GDIExporter.StartPage(GetDevmode(ticket, printTicketXMLStr), Configuration.RasterizationDPI); 652m_GDIExporter.StartPage(null, Configuration.RasterizationDPI); 664ILegacyDevice ioc = m_GDIExporter; 682m_GDIExporter.EndPage();