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