14 references to IsNull
System.Windows.Forms (14)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.MouseHook.cs (5)
39if (!_mouseHookHandle.IsNull) 60get => !_mouseHookHandle.IsNull; 83if (!_mouseHookHandle.IsNull) 101Debug.Assert(!_mouseHookHandle.IsNull, "Failed to install mouse hook"); 144if (!_mouseHookHandle.IsNull)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.ModalMenuFilter.HostedWindowsFormsMessageHook.cs (3)
41get => !_messageHookHandle.IsNull; 59if (!_messageHookHandle.IsNull) 105if (!_messageHookHandle.IsNull)
System\Windows\Forms\SendKeys\SendKeys.cs (6)
221if (s_hhook.IsNull) 230if (s_hhook.IsNull) 248s_hookSupported = !hookHandle.IsNull; 250if (!hookHandle.IsNull) 300if (!s_hhook.IsNull) 1003if (!s_hhook.IsNull)