9 references to Null
System.Drawing.Common (2)
System\Drawing\BufferedGraphicsContext.cs (1)
409
hbitmap = PInvokeCore.CreateDIBSection(hdc, bitmapInfo, DIB_USAGE.DIB_RGB_COLORS, &pvBits, HANDLE.
Null
, 0);
System\Drawing\Printing\PageSettings.cs (1)
327
HANDLE.
Null
,
System.Windows.Forms (4)
System\Windows\Forms\Application.ThreadContext.cs (2)
302
_handle = HANDLE.
Null
;
459
_handle = HANDLE.
Null
;
System\Windows\Forms\Printing\PrinterSettingsExtensions.cs (2)
26
modeSize = PInvoke.DocumentProperties(HWND.Null, HANDLE.
Null
, n, null, (DEVMODEW*)null, 0);
40
HANDLE.
Null
,
System.Windows.Forms.Primitives (3)
System\Windows\Forms\FileDialogCustomPlace.cs (1)
70
int result = PInvoke.SHGetKnownFolderPath(reference, 0, HANDLE.
Null
, (PWSTR*)path);
System\Windows\Forms\Internals\ScaleHelper.cs (2)
82
HANDLE.
Null
,
402
PInvoke.GetProcessDpiAwareness(HANDLE.
Null
, out PROCESS_DPI_AWARENESS processDpiAwareness);