1 write to m_GDIExporter
ReachFramework (1)
AlphaFlattener\MetroDevice.cs (1)
435m_GDIExporter = queue.GetLegacyDevice();
12 references to m_GDIExporter
ReachFramework (12)
AlphaFlattener\MetroDevice.cs (12)
546jobIdentifier = m_GDIExporter.StartDocument(m_PrintQueue.FullName, jobName, Configuration.OutputFile, m_Devmode); 574m_GDIExporter.EndDocument(); 596m_GDIExporter.CreateDeviceContext(m_PrintQueue.FullName, jobName, m_Devmode); 601m_GDIExporter.DeleteDeviceContext(); 610m_GDIExporter.StartDocumentWithoutCreatingDC(printerName, jobName, Configuration.OutputFile); 615return m_GDIExporter.ExtEscGetName(); 620return m_GDIExporter.ExtEscMXDWPassThru(); 627m_GDIExporter.EndDocument(); 646m_GDIExporter.StartPage(GetDevmode(ticket, printTicketXMLStr), Configuration.RasterizationDPI); 650m_GDIExporter.StartPage(null, Configuration.RasterizationDPI); 662ILegacyDevice ioc = m_GDIExporter; 680m_GDIExporter.EndPage();