18 references to Win32Point
UIAutomationClientSideProviders (18)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
983NativeMethods.Win32Point clientPoint = new NativeMethods.Win32Point(x, y);
MS\Internal\AutomationProxies\Misc.cs (2)
242NativeMethods.Win32Point leftTop = new NativeMethods.Win32Point(rc.left, rc.top); 248NativeMethods.Win32Point rightBottom = new NativeMethods.Win32Point(rc.right, rc.bottom);
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
132NativeMethods.Win32Point pt = new NativeMethods.Win32Point(x, y);
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
602NativeMethods.Win32Point ptStart = new NativeMethods.Win32Point((int)(rect.left + size.cx / 4), (int)(rect.top + size.cy / 4)); 603NativeMethods.Win32Point ptEnd = new NativeMethods.Win32Point((int)(rect.right - size.cx / 8), (int)(rect.bottom - size.cy / 4));
MS\Internal\AutomationProxies\WindowsListView.cs (3)
426NativeMethods.LVHITTESTINFO_INTERNAL hitTest = WindowsListView.SubitemHitTest(_hwnd, new NativeMethods.Win32Point(x, y)); 451hitTest = WindowsListView.SubitemHitTest(_hwnd, new NativeMethods.Win32Point(x, y)); 1049NativeMethods.Win32Point pt = new NativeMethods.Win32Point (0, 0);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
285NativeMethods.Win32Point pt = new NativeMethods.Win32Point (x, y);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
931NativeMethods.Win32Point pt = new NativeMethods.Win32Point (itemRectangle.left, 0);
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
248NativeMethods.Win32Point pt = new NativeMethods.Win32Point((rc.left + rc.right) / 2, (rc.top + rc.bottom) / 2);
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
349NativeMethods.LVHITTESTINFO_INTERNAL hitTest = WindowsListView.SubitemHitTest (hwnd, item, new NativeMethods.Win32Point (x, y));
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
135NativeMethods.Win32Point pt = new NativeMethods.Win32Point (x, y);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
156HitTestInfo.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)
1467NativeMethods.Win32Point pt = new NativeMethods.Win32Point(((rectItem.left + rectItem.right) / 2), ((rectItem.top + rectItem.bottom) / 2));
MS\Win32\NativeMethods.cs (1)
1255return checked (new Win32Point((int)pt.X, (int)pt.Y));