6 references to Null
System.Drawing.Common (1)
System\Drawing\BufferedGraphicsContext.cs (1)
409
hbitmap = PInvokeCore.CreateDIBSection(hdc, bitmapInfo, DIB_USAGE.DIB_RGB_COLORS, &pvBits, HANDLE.
Null
, 0);
System.Windows.Forms (2)
System\Windows\Forms\Application.ThreadContext.cs (2)
302
_handle = HANDLE.
Null
;
459
_handle = 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);