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