9 references to IsEmpty
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
1062
Assert.True(actual.
IsEmpty
);
System.Windows.Forms.Tests (8)
System\Windows\Forms\ComboBox.ComboBoxUiaTextProviderTests.cs (3)
858
Assert.False(result.
IsEmpty
);
877
Assert.True(result.
IsEmpty
);
1021
Assert.False(selection.
IsEmpty
);
System\Windows\Forms\TextBoxBase.TextBoxBaseUiaTextProviderTests.cs (5)
731
Assert.False(scope.
IsEmpty
);
748
Assert.True(scope.
IsEmpty
);
828
Assert.False(selection.
IsEmpty
);
852
Assert.True(selection.
IsEmpty
);
870
Assert.False(selection.
IsEmpty
);