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\ComboBox\ComboBox.ComboBoxChildEditUiaProvider.cs (1)
109
internal override unsafe HRESULT GetTextSelection(SAFEARRAY** pRetVal) => _textProvider.
GetSelection
(pRetVal);
System.Windows.Forms.Tests (3)
System\Windows\Forms\ComboBox.ComboBoxUiaTextProviderTests.cs (3)
959
Assert.True(provider.
GetSelection
(selection).Succeeded);
991
Assert.True(provider.
GetSelection
(selection).Succeeded);
1020
Assert.True(provider.
GetSelection
(selection).Succeeded);