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