Base:
method
GetSelection
System.Windows.Forms.Automation.UiaTextProvider.GetSelection(Windows.Win32.System.Com.SAFEARRAY**)
4 references to GetSelection
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseAccessibleObject.cs (1)
101=> _textProvider?.GetSelection(pRetVal) ?? HRESULT.COR_E_OBJECTDISPOSED;
System.Windows.Forms.Tests (3)
System\Windows\Forms\TextBoxBase.TextBoxBaseUiaTextProviderTests.cs (3)
827Assert.True(provider.GetSelection(selection).Succeeded); 851Assert.True(provider.GetSelection(selection).Succeeded); 869Assert.True(provider.GetSelection(selection).Succeeded);