3 references to GetItemRect
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
574return XSendMessage.GetItemRect(hwnd, NativeMethods.SB_GETRECT, item);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
739Rect rect = XSendMessage.GetItemRect(_hwnd, NativeMethods.HDM_GETITEMDROPDOWNRECT, _item);
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
575return XSendMessage.GetItemRect(hwnd, NativeMethods.TB_GETITEMRECT, item);