3 instantiations of POINTSTRUCT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Screen.cs (1)
309NativeMethods.POINTSTRUCT pt = new NativeMethods.POINTSTRUCT(point.X, point.Y);
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (2)
944NativeMethods.POINTSTRUCT point = new NativeMethods.POINTSTRUCT(pt.X, pt.Y); 987NativeMethods.POINTSTRUCT point = new NativeMethods.POINTSTRUCT(pt.X, pt.Y);
5 references to POINTSTRUCT
System.Windows.Forms (5)
winforms\Managed\System\WinForms\SafeNativeMethods.cs (2)
336public static extern IntPtr MonitorFromPoint(NativeMethods.POINTSTRUCT pt, int flags); 832 public static extern int HitTestThemeBackground(HandleRef hTheme, HandleRef hdc, int iPartId, int iStateId, int dwOptions, [In] NativeMethods.COMRECT pRect, HandleRef hrgn, [In] NativeMethods.POINTSTRUCT ptTest, ref int pwHitTestCode);
winforms\Managed\System\WinForms\Screen.cs (1)
309NativeMethods.POINTSTRUCT pt = new NativeMethods.POINTSTRUCT(point.X, point.Y);
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (2)
944NativeMethods.POINTSTRUCT point = new NativeMethods.POINTSTRUCT(pt.X, pt.Y); 987NativeMethods.POINTSTRUCT point = new NativeMethods.POINTSTRUCT(pt.X, pt.Y);