1 instantiation of SafeDeviceModeHandle
System.Drawing (1)
commonui\System\Drawing\Printing\PrintController.cs (1)
74return new SafeDeviceModeHandle(handle);
4 references to SafeDeviceModeHandle
System.Drawing (4)
commonui\System\Drawing\Printing\PrintController.cs (4)
67public static implicit operator IntPtr(SafeDeviceModeHandle handle) 72public static explicit operator SafeDeviceModeHandle(IntPtr handle) 81internal SafeDeviceModeHandle modeHandle = null; 282modeHandle = (SafeDeviceModeHandle)document.PrinterSettings.GetHdevmode(document.DefaultPageSettings);