3 references to GetItemRect
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
560return XSendMessage.GetItemRect(hwnd, NativeMethods.SB_GETRECT, item);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
726Rect rect = XSendMessage.GetItemRect(_hwnd, NativeMethods.HDM_GETITEMDROPDOWNRECT, _item);
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
564return XSendMessage.GetItemRect(hwnd, NativeMethods.TB_GETITEMRECT, item);