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