3 references to WM_GETOBJECT
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\Accessible.cs (1)
163
IntPtr lResult = Misc.ProxySendMessage(hwnd, NativeMethods.
WM_GETOBJECT
, wParam, new IntPtr(idObject));
MS\Internal\AutomationProxies\Misc.cs (1)
1063
int index = ProxySendMessageInt(hwnd, NativeMethods.
WM_GETOBJECT
, IntPtr.Zero, (IntPtr)OBJID_QUERYCLASSNAMEIDX, true);
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
158
int index = Misc.ProxySendMessageInt(hwnd, NativeMethods.
WM_GETOBJECT
, IntPtr.Zero, (IntPtr)OBJID_QUERYCLASSNAMEIDX, true);