3 references to Null
System.Windows.Forms (2)
System\Windows\Forms\Input\Cursor.cs (2)
150
set => PInvoke.SetCursor(value?._handle ?? HCURSOR.
Null
);
236
_handle = HCURSOR.
Null
;
System.Windows.Forms.Primitives.Tests (1)
Interop\Mocks\MockCursor.cs (1)
31
_handle = HCURSOR.
Null
;