5 references to IsNull
System.Windows.Forms (5)
System\Windows\Forms\Input\Cursor.cs (5)
39
if (_handle.
IsNull
)
148
return cursor.
IsNull
? null : new Cursor(cursor);
160
ObjectDisposedException.ThrowIf(_handle.
IsNull
, this);
233
if (!_handle.
IsNull
&& _freeHandle)
428
if (_handle.
IsNull
)