4 references to IsEmpty
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\ComSafeArrayScope.cs (1)
66
public bool IsEmpty => _value.
IsEmpty
;
System.Windows.Forms.Primitives.Tests (3)
System\Windows\Forms\Automation\UiaTextProviderTests.cs (2)
87
Assert.True(actual.
IsEmpty
);
94
Assert.True(actual.
IsEmpty
);
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
596
Assert.True(actual.
IsEmpty
);