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