18 references to Win32Point
UIAutomationClientSideProviders (18)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
982
NativeMethods.Win32Point clientPoint = new NativeMethods.
Win32Point
(x, y);
MS\Internal\AutomationProxies\Misc.cs (2)
236
NativeMethods.Win32Point leftTop = new NativeMethods.
Win32Point
(rc.left, rc.top);
242
NativeMethods.Win32Point rightBottom = new NativeMethods.
Win32Point
(rc.right, rc.bottom);
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
125
NativeMethods.Win32Point pt = new NativeMethods.
Win32Point
(x, y);
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
601
NativeMethods.Win32Point ptStart = new NativeMethods.
Win32Point
((int)(rect.left + size.cx / 4), (int)(rect.top + size.cy / 4));
602
NativeMethods.Win32Point ptEnd = new NativeMethods.
Win32Point
((int)(rect.right - size.cx / 8), (int)(rect.bottom - size.cy / 4));
MS\Internal\AutomationProxies\WindowsListView.cs (3)
422
NativeMethods.LVHITTESTINFO_INTERNAL hitTest = WindowsListView.SubitemHitTest(_hwnd, new NativeMethods.
Win32Point
(x, y));
447
hitTest = WindowsListView.SubitemHitTest(_hwnd, new NativeMethods.
Win32Point
(x, y));
1045
NativeMethods.Win32Point pt = new NativeMethods.
Win32Point
(0, 0);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
284
NativeMethods.Win32Point pt = new NativeMethods.
Win32Point
(x, y);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
927
NativeMethods.Win32Point pt = new NativeMethods.
Win32Point
(itemRectangle.left, 0);
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
247
NativeMethods.Win32Point pt = new NativeMethods.
Win32Point
((rc.left + rc.right) / 2, (rc.top + rc.bottom) / 2);
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
348
NativeMethods.LVHITTESTINFO_INTERNAL hitTest = WindowsListView.SubitemHitTest (hwnd, item, new NativeMethods.
Win32Point
(x, y));
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
134
NativeMethods.Win32Point pt = new NativeMethods.
Win32Point
(x, y);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
152
pt = new NativeMethods.
Win32Point
(x, y)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
256
pt = new NativeMethods.
Win32Point
(x, y)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1462
NativeMethods.Win32Point pt = new NativeMethods.
Win32Point
(((rectItem.left + rectItem.right) / 2), ((rectItem.top + rectItem.bottom) / 2));
MS\Win32\NativeMethods.cs (1)
1254
return checked (new
Win32Point
((int)pt.X, (int)pt.Y));