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