3 references to AccessibleObjectFromWindow
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\Accessible.cs (2)
228
hr = UnsafeNativeMethods.
AccessibleObjectFromWindow
(hwnd, idObject, ref UnsafeNativeMethods.IID_IUnknown, ref obj);
925
int hr = UnsafeNativeMethods.
AccessibleObjectFromWindow
(hwnd, idObject, ref UnsafeNativeMethods.IID_IUnknown, ref obj);
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
528
if (UnsafeNativeMethods.
AccessibleObjectFromWindow
(WindowHandle, NativeMethods.OBJID_NATIVEOM, ref UnsafeNativeMethods.IID_IDispatch, ref obj) != NativeMethods.S_OK)