1 implementation of Select
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
581HRESULT ITextRangeProvider.Interface.Select()
2 references to Select
System.Windows.Forms.Primitives (1)
Windows.Win32.ITextRangeProvider.g.cs (1)
560 return __object.Select();
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
980Assert.True(((ITextRangeProvider.Interface)textRange).Select().Succeeded);