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