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