8 references to IsNull
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (1)
416if (scope.IsNull)
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\ComSafeArrayScope.cs (1)
64public bool IsNull => _value.IsNull;
System.Windows.Forms.Primitives.Tests (6)
Windows\Win32\System\Com\SafeArrayScopeTests.cs (6)
25Assert.False(scope.IsNull); 26Assert.False(scope2.IsNull); 39Assert.False(scope.IsNull); 52Assert.False(scope.IsNull); 63Assert.False(scope.IsNull); 66Assert.True(scope.IsNull);