27 instantiations of Win32Point
UIAutomationClientSideProviders (27)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
982NativeMethods.Win32Point clientPoint = new NativeMethods.Win32Point(x, y);
MS\Internal\AutomationProxies\Misc.cs (3)
236NativeMethods.Win32Point leftTop = new NativeMethods.Win32Point(rc.left, rc.top); 242NativeMethods.Win32Point rightBottom = new NativeMethods.Win32Point(rc.right, rc.bottom); 951NativeMethods.Win32Point ptPrevious = new NativeMethods.Win32Point();
MS\Internal\AutomationProxies\ProxySimple.cs (1)
221NativeMethods.Win32Point pt = new NativeMethods.Win32Point();
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
125NativeMethods.Win32Point pt = new NativeMethods.Win32Point(x, y);
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
601NativeMethods.Win32Point ptStart = new NativeMethods.Win32Point((int)(rect.left + size.cx / 4), (int)(rect.top + size.cy / 4)); 602NativeMethods.Win32Point ptEnd = new NativeMethods.Win32Point((int)(rect.right - size.cx / 8), (int)(rect.bottom - size.cy / 4));
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
120NativeMethods.Win32Point pt = new NativeMethods.Win32Point();
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
1097NativeMethods.Win32Point pt = new NativeMethods.Win32Point();
MS\Internal\AutomationProxies\WindowsListView.cs (3)
422NativeMethods.LVHITTESTINFO_INTERNAL hitTest = WindowsListView.SubitemHitTest(_hwnd, new NativeMethods.Win32Point(x, y)); 447hitTest = WindowsListView.SubitemHitTest(_hwnd, new NativeMethods.Win32Point(x, y)); 1045NativeMethods.Win32Point pt = new NativeMethods.Win32Point (0, 0);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
284NativeMethods.Win32Point pt = new NativeMethods.Win32Point (x, y);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
927NativeMethods.Win32Point pt = new NativeMethods.Win32Point (itemRectangle.left, 0);
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
247NativeMethods.Win32Point pt = new NativeMethods.Win32Point((rc.left + rc.right) / 2, (rc.top + rc.bottom) / 2);
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
348NativeMethods.LVHITTESTINFO_INTERNAL hitTest = WindowsListView.SubitemHitTest (hwnd, item, new NativeMethods.Win32Point (x, y));
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
134NativeMethods.Win32Point pt = new NativeMethods.Win32Point (x, y);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
152pt = new NativeMethods.Win32Point(x, y)
MS\Internal\AutomationProxies\WindowsTab.cs (4)
256pt = new NativeMethods.Win32Point(x, y) 1099NativeMethods.Win32Point pt = new NativeMethods.Win32Point(); 1135NativeMethods.Win32Point pt = new NativeMethods.Win32Point(); 1293NativeMethods.Win32Point pt = new NativeMethods.Win32Point();
MS\Internal\AutomationProxies\WindowsTooltip.cs (2)
233NativeMethods.Win32Point pt = new NativeMethods.Win32Point(); 292NativeMethods.Win32Point pt = new NativeMethods.Win32Point();
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1462NativeMethods.Win32Point pt = new NativeMethods.Win32Point(((rectItem.left + rectItem.right) / 2), ((rectItem.top + rectItem.bottom) / 2));
MS\Win32\NativeMethods.cs (1)
1254return checked (new Win32Point((int)pt.X, (int)pt.Y));
59 references to Win32Point
UIAutomationClientSideProviders (59)
MS\Internal\AutomationProxies\ClickablePoint.cs (2)
53internal static bool GetPoint(IntPtr hwnd, List<CPRect> listIn, List<CPRect> listOut, ref NativeMethods.Win32Point pt) 231private static bool ClickableInRect(IntPtr hwnd, ref NativeMethods.Win32Point pt, bool fRiAsInsideRect, List<CPRect> listIn, List<CPRect> listOut)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
982NativeMethods.Win32Point clientPoint = new NativeMethods.Win32Point(x, y); 2463internal NativeMethods.Win32Point pt; 2492internal NativeMethods.Win32Point pt;
MS\Internal\AutomationProxies\Misc.cs (5)
236NativeMethods.Win32Point leftTop = new NativeMethods.Win32Point(rc.left, rc.top); 242NativeMethods.Win32Point rightBottom = new NativeMethods.Win32Point(rc.right, rc.bottom); 282internal static bool GetCursorPos(ref NativeMethods.Win32Point pt) 915internal static bool MapWindowPoints(IntPtr hWndFrom, IntPtr hWndTo, ref NativeMethods.Win32Point pt, int cPoints) 951NativeMethods.Win32Point ptPrevious = new NativeMethods.Win32Point();
MS\Internal\AutomationProxies\ProxySimple.cs (2)
221NativeMethods.Win32Point pt = new NativeMethods.Win32Point(); 568internal bool GetClickablePoint(out NativeMethods.Win32Point pt, bool fClipClientRect)
MS\Internal\AutomationProxies\WindowsAltTab.cs (2)
125NativeMethods.Win32Point pt = new NativeMethods.Win32Point(x, y); 379NativeMethods.Win32Point ptStart = this._altTab._altTabInfo.ptStart;
MS\Internal\AutomationProxies\WindowsEditBox.cs (6)
350NativeMethods.Win32Point clientLocation = (NativeMethods.Win32Point)screenLocation; 434internal void CharFromPos(NativeMethods.Win32Point point, out ushort indexLowWord, out ushort lineLowWord) 449internal int CharFromPosEx(NativeMethods.Win32Point point) 601NativeMethods.Win32Point ptStart = new NativeMethods.Win32Point((int)(rect.left + size.cx / 4), (int)(rect.top + size.cy / 4)); 602NativeMethods.Win32Point ptEnd = new NativeMethods.Win32Point((int)(rect.right - size.cx / 8), (int)(rect.bottom - size.cy / 4));
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
238NativeMethods.Win32Point w32point;
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
120NativeMethods.Win32Point pt = new NativeMethods.Win32Point();
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
1097NativeMethods.Win32Point pt = new NativeMethods.Win32Point();
MS\Internal\AutomationProxies\WindowsListView.cs (4)
1045NativeMethods.Win32Point pt = new NativeMethods.Win32Point (0, 0); 1390internal static NativeMethods.LVHITTESTINFO_INTERNAL SubitemHitTest (IntPtr hwnd, NativeMethods.Win32Point pt) 1397internal static NativeMethods.LVHITTESTINFO_INTERNAL SubitemHitTest (IntPtr hwnd, int item, NativeMethods.Win32Point pt) 1787private static unsafe bool GetItemPosition (IntPtr hwnd, int item, out NativeMethods.Win32Point pt)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
284NativeMethods.Win32Point pt = new NativeMethods.Win32Point (x, y);
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
120NativeMethods.Win32Point pt;
MS\Internal\AutomationProxies\WindowsListViewItem.cs (5)
223NativeMethods.Win32Point clickPoint; 527NativeMethods.Win32Point clickPoint; 909private bool GetListviewitemClickablePoint (out NativeMethods.Win32Point clickPoint) 927NativeMethods.Win32Point pt = new NativeMethods.Win32Point (itemRectangle.left, 0); 951private void Click (NativeMethods.Win32Point clickPoint)
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
247NativeMethods.Win32Point pt = new NativeMethods.Win32Point((rc.left + rc.right) / 2, (rc.top + rc.bottom) / 2);
MS\Internal\AutomationProxies\WindowsRebar.cs (2)
134NativeMethods.Win32Point pt = new NativeMethods.Win32Point (x, y); 197private unsafe int getRebarBandIDFromPoint (NativeMethods.Win32Point pt)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (2)
471NativeMethods.Win32Point pt; 659private bool GetInvokationPoint (out NativeMethods.Win32Point pt)
MS\Internal\AutomationProxies\WindowsTab.cs (3)
1099NativeMethods.Win32Point pt = new NativeMethods.Win32Point(); 1135NativeMethods.Win32Point pt = new NativeMethods.Win32Point(); 1293NativeMethods.Win32Point pt = new NativeMethods.Win32Point();
MS\Internal\AutomationProxies\WindowsTooltip.cs (2)
233NativeMethods.Win32Point pt = new NativeMethods.Win32Point(); 292NativeMethods.Win32Point pt = new NativeMethods.Win32Point();
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
1462NativeMethods.Win32Point pt = new NativeMethods.Win32Point(((rectItem.left + rectItem.right) / 2), ((rectItem.top + rectItem.bottom) / 2)); 1534private void SimulateClick(NativeMethods.Win32Point pt)
MS\Win32\NativeMethods.cs (7)
753internal Win32Point pt; 763internal Win32Point pt; 780internal Win32Point pt; 1252public static explicit operator Win32Point(Point pt) 1569internal Win32Point pt; 1661internal Win32Point pt; 1888internal NativeMethods.Win32Point pt;
MS\Win32\UnsafeNativeMethods.cs (5)
232internal static extern bool GetCursorPos([In, Out] ref NativeMethods.Win32Point pt); 234internal static extern bool GetPhysicalCursorPos([In, Out] ref NativeMethods.Win32Point pt); 290internal NativeMethods.Win32Point ptStart; 445public NativeMethods.Win32Point pt; 471public NativeMethods.Win32Point pt;
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsSetLastError.cs (1)
87public static extern int MapWindowPoints(IntPtr hWndFrom, IntPtr hWndTo, [In, Out] ref NativeMethods.Win32Point pt, int cPoints);