18 references to Win32Point
UIAutomationClientsideProviders (18)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
991NativeMethods.Win32Point clientPoint = new NativeMethods.Win32Point(x, y);
MS\Internal\AutomationProxies\Misc.cs (2)
253NativeMethods.Win32Point leftTop = new NativeMethods.Win32Point(rc.left, rc.top); 259NativeMethods.Win32Point rightBottom = new NativeMethods.Win32Point(rc.right, rc.bottom);
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
145NativeMethods.Win32Point pt = new NativeMethods.Win32Point(x, y);
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
667NativeMethods.Win32Point ptStart = new NativeMethods.Win32Point((int)(rect.left + size.cx / 4), (int)(rect.top + size.cy / 4)); 668NativeMethods.Win32Point ptEnd = new NativeMethods.Win32Point((int)(rect.right - size.cx / 8), (int)(rect.bottom - size.cy / 4));
MS\Internal\AutomationProxies\WindowsListView.cs (3)
436NativeMethods.LVHITTESTINFO_INTERNAL hitTest = WindowsListView.SubitemHitTest(_hwnd, new NativeMethods.Win32Point(x, y)); 461hitTest = WindowsListView.SubitemHitTest(_hwnd, new NativeMethods.Win32Point(x, y)); 1060NativeMethods.Win32Point pt = new NativeMethods.Win32Point (0, 0);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
294NativeMethods.Win32Point pt = new NativeMethods.Win32Point (x, y);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
942NativeMethods.Win32Point pt = new NativeMethods.Win32Point (itemRectangle.left, 0);
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
255NativeMethods.Win32Point pt = new NativeMethods.Win32Point((rc.left + rc.right) / 2, (rc.top + rc.bottom) / 2);
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
357NativeMethods.LVHITTESTINFO_INTERNAL hitTest = WindowsListView.SubitemHitTest (hwnd, item, new NativeMethods.Win32Point (x, y));
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
153NativeMethods.Win32Point pt = new NativeMethods.Win32Point (x, y);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
169HitTestInfo.pt = new NativeMethods.Win32Point (x, y);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
260hti.pt = new NativeMethods.Win32Point (x, y);
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1478NativeMethods.Win32Point pt = new NativeMethods.Win32Point(((rectItem.left + rectItem.right) / 2), ((rectItem.top + rectItem.bottom) / 2));
MS\Win32\NativeMethods.cs (1)
1273return checked (new Win32Point((int)pt.X, (int)pt.Y));