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