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