1 instantiation of SafeDeviceModeHandle
System.Drawing.Common (1)
System\Drawing\Printing\PrintController.SafeDeviceModeHandle.cs (1)
50return new SafeDeviceModeHandle(handle);
5 references to SafeDeviceModeHandle
System.Drawing.Common (5)
System\Drawing\Printing\PrintController.cs (2)
11private protected SafeDeviceModeHandle? _modeHandle; 218_modeHandle = (SafeDeviceModeHandle)document.PrinterSettings.GetHdevmode(document.DefaultPageSettings);
System\Drawing\Printing\PrintController.SafeDeviceModeHandle.cs (3)
43public static implicit operator IntPtr(SafeDeviceModeHandle handle) 48public static explicit operator SafeDeviceModeHandle(IntPtr handle) 53public static implicit operator HGLOBAL(SafeDeviceModeHandle handle)