2 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
;