2 references to GetMessagePos
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeView.cs (1)
3048SendMessage(NativeMethods.WM_CONTEXTMENU, Handle, SafeNativeMethods.GetMessagePos());
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
55int lastXY = SafeNativeMethods.GetMessagePos();