Base:
method
GetSelection
System.Windows.Forms.Automation.UiaTextProvider.GetSelection(Windows.Win32.System.Com.SAFEARRAY**)
1 reference 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);