2 writes to m_Devmode
ReachFramework (2)
AlphaFlattener\MetroDevice.cs (2)
544m_Devmode = GetDevmode(ticket, null/*dont cache*/); 594m_Devmode = GetDevmode(ticket, null/*dont cache*/);
2 references to m_Devmode
ReachFramework (2)
AlphaFlattener\MetroDevice.cs (2)
546jobIdentifier = m_GDIExporter.StartDocument(m_PrintQueue.FullName, jobName, Configuration.OutputFile, m_Devmode); 596m_GDIExporter.CreateDeviceContext(m_PrintQueue.FullName, jobName, m_Devmode);