1 implementation of RemoveFromSelection
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
589
HRESULT ITextRangeProvider.Interface.
RemoveFromSelection
() => HRESULT.S_OK;
2 references to RemoveFromSelection
System.Windows.Forms.Primitives (1)
Windows.Win32.ITextRangeProvider.g.cs (1)
624
return __object.
RemoveFromSelection
();
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
1001
Assert.True(((ITextRangeProvider.Interface)textRange).
RemoveFromSelection
().Succeeded);