5 references to UiaReturnRawElementProvider
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\LabelEditNativeWindow.cs (1)
109
PInvoke.
UiaReturnRawElementProvider
(HWND, wParam: 0, lParam: 0, (IRawElementProviderSimple*)null);
System\Windows\Forms\Control.cs (1)
9453
PInvoke.
UiaReturnRawElementProvider
(handle, 0, 0, (IRawElementProviderSimple*)null);
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildNativeWindow.cs (1)
62
PInvoke.
UiaReturnRawElementProvider
(HWND, wParam: 0, lParam: 0, (IRawElementProviderSimple*)null);
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.UiaReturnRawElementProvider.cs (2)
10
/// <inheritdoc cref="
UiaReturnRawElementProvider
(HWND, WPARAM, LPARAM, IRawElementProviderSimple*)"/>
19
LRESULT result =
UiaReturnRawElementProvider
(hwnd.Handle, wParam, lParam, provider);