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