27 instantiations of Win32Point
UIAutomationClientsideProviders (27)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
991NativeMethods.Win32Point clientPoint = new NativeMethods.Win32Point(x, y);
MS\Internal\AutomationProxies\Misc.cs (3)
253NativeMethods.Win32Point leftTop = new NativeMethods.Win32Point(rc.left, rc.top); 259NativeMethods.Win32Point rightBottom = new NativeMethods.Win32Point(rc.right, rc.bottom); 971NativeMethods.Win32Point ptPrevious = new NativeMethods.Win32Point();
MS\Internal\AutomationProxies\ProxySimple.cs (1)
237NativeMethods.Win32Point pt = new NativeMethods.Win32Point();
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\WindowsFormsLinkLabel.cs (1)
145NativeMethods.Win32Point pt = new NativeMethods.Win32Point();
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
1119NativeMethods.Win32Point pt = new NativeMethods.Win32Point();
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 (4)
260hti.pt = new NativeMethods.Win32Point (x, y); 1105NativeMethods.Win32Point pt = new NativeMethods.Win32Point(); 1141NativeMethods.Win32Point pt = new NativeMethods.Win32Point(); 1299NativeMethods.Win32Point pt = new NativeMethods.Win32Point();
MS\Internal\AutomationProxies\WindowsTooltip.cs (2)
253NativeMethods.Win32Point pt = new NativeMethods.Win32Point(); 312NativeMethods.Win32Point pt = new NativeMethods.Win32Point();
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));
59 references to Win32Point
UIAutomationClientsideProviders (59)
MS\Internal\AutomationProxies\ClickablePoint.cs (2)
57static internal bool GetPoint(IntPtr hwnd, ArrayList alIn, ArrayList alOut, ref NativeMethods.Win32Point pt) 235private static bool ClickableInRect(IntPtr hwnd, ref NativeMethods.Win32Point pt, bool fRiAsInsideRect, ArrayList alIn, ArrayList alOut)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
991NativeMethods.Win32Point clientPoint = new NativeMethods.Win32Point(x, y); 2456internal NativeMethods.Win32Point pt; 2483internal NativeMethods.Win32Point pt;
MS\Internal\AutomationProxies\Misc.cs (5)
253NativeMethods.Win32Point leftTop = new NativeMethods.Win32Point(rc.left, rc.top); 259NativeMethods.Win32Point rightBottom = new NativeMethods.Win32Point(rc.right, rc.bottom); 299internal static bool GetCursorPos(ref NativeMethods.Win32Point pt) 935internal static bool MapWindowPoints(IntPtr hWndFrom, IntPtr hWndTo, ref NativeMethods.Win32Point pt, int cPoints) 971NativeMethods.Win32Point ptPrevious = new NativeMethods.Win32Point();
MS\Internal\AutomationProxies\ProxySimple.cs (2)
237NativeMethods.Win32Point pt = new NativeMethods.Win32Point(); 586internal bool GetClickablePoint(out NativeMethods.Win32Point pt, bool fClipClientRect)
MS\Internal\AutomationProxies\WindowsAltTab.cs (2)
145NativeMethods.Win32Point pt = new NativeMethods.Win32Point(x, y); 399NativeMethods.Win32Point ptStart = this._altTab._altTabInfo.ptStart;
MS\Internal\AutomationProxies\WindowsEditBox.cs (6)
390NativeMethods.Win32Point clientLocation = (NativeMethods.Win32Point)screenLocation; 500internal void CharFromPos(NativeMethods.Win32Point point, out ushort indexLowWord, out ushort lineLowWord) 515internal int CharFromPosEx(NativeMethods.Win32Point point) 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\WindowsEditBoxRange.cs (1)
264NativeMethods.Win32Point w32point;
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
145NativeMethods.Win32Point pt = new NativeMethods.Win32Point();
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
1119NativeMethods.Win32Point pt = new NativeMethods.Win32Point();
MS\Internal\AutomationProxies\WindowsListView.cs (4)
1060NativeMethods.Win32Point pt = new NativeMethods.Win32Point (0, 0); 1405static internal NativeMethods.LVHITTESTINFO_INTERNAL SubitemHitTest (IntPtr hwnd, NativeMethods.Win32Point pt) 1412static internal NativeMethods.LVHITTESTINFO_INTERNAL SubitemHitTest (IntPtr hwnd, int item, NativeMethods.Win32Point pt) 1799static private unsafe bool GetItemPosition (IntPtr hwnd, int item, out NativeMethods.Win32Point pt)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
294NativeMethods.Win32Point pt = new NativeMethods.Win32Point (x, y);
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
122NativeMethods.Win32Point pt;
MS\Internal\AutomationProxies\WindowsListViewItem.cs (5)
234NativeMethods.Win32Point clickPoint; 538NativeMethods.Win32Point clickPoint; 924private bool GetListviewitemClickablePoint (out NativeMethods.Win32Point clickPoint) 942NativeMethods.Win32Point pt = new NativeMethods.Win32Point (itemRectangle.left, 0); 966private void Click (NativeMethods.Win32Point clickPoint)
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\WindowsRebar.cs (2)
153NativeMethods.Win32Point pt = new NativeMethods.Win32Point (x, y); 216private unsafe int getRebarBandIDFromPoint (NativeMethods.Win32Point pt)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (2)
490NativeMethods.Win32Point pt; 678private bool GetInvokationPoint (out NativeMethods.Win32Point pt)
MS\Internal\AutomationProxies\WindowsTab.cs (3)
1105NativeMethods.Win32Point pt = new NativeMethods.Win32Point(); 1141NativeMethods.Win32Point pt = new NativeMethods.Win32Point(); 1299NativeMethods.Win32Point pt = new NativeMethods.Win32Point();
MS\Internal\AutomationProxies\WindowsTooltip.cs (2)
253NativeMethods.Win32Point pt = new NativeMethods.Win32Point(); 312NativeMethods.Win32Point pt = new NativeMethods.Win32Point();
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
1478NativeMethods.Win32Point pt = new NativeMethods.Win32Point(((rectItem.left + rectItem.right) / 2), ((rectItem.top + rectItem.bottom) / 2)); 1550private void SimulateClick(NativeMethods.Win32Point pt)
MS\Win32\NativeMethods.cs (7)
771internal Win32Point pt; 781internal Win32Point pt; 798internal Win32Point pt; 1271static public explicit operator Win32Point(Point pt) 1588internal Win32Point pt; 1680internal Win32Point pt; 1907internal NativeMethods.Win32Point pt;
MS\Win32\UnsafeNativeMethods.cs (5)
247internal static extern bool GetCursorPos([In, Out] ref NativeMethods.Win32Point pt); 249internal static extern bool GetPhysicalCursorPos([In, Out] ref NativeMethods.Win32Point pt); 305internal NativeMethods.Win32Point ptStart; 460public NativeMethods.Win32Point pt; 486public NativeMethods.Win32Point pt;
parent\parent\Shared\MS\Win32\NativeMethodsSetLastError.cs (1)
108public static extern int MapWindowPoints(IntPtr hWndFrom, IntPtr hWndTo, [In, Out] ref NativeMethods.Win32Point pt, int cPoints);