3 instantiations of POINTSTRUCT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Screen.cs (1)
309
NativeMethods.POINTSTRUCT pt = new NativeMethods.
POINTSTRUCT
(point.X, point.Y);
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (2)
944
NativeMethods.POINTSTRUCT point = new NativeMethods.
POINTSTRUCT
(pt.X, pt.Y);
987
NativeMethods.POINTSTRUCT point = new NativeMethods.
POINTSTRUCT
(pt.X, pt.Y);
5 references to POINTSTRUCT
System.Windows.Forms (5)
winforms\Managed\System\WinForms\SafeNativeMethods.cs (2)
336
public 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)
309
NativeMethods.
POINTSTRUCT
pt = new NativeMethods.POINTSTRUCT(point.X, point.Y);
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (2)
944
NativeMethods.
POINTSTRUCT
point = new NativeMethods.POINTSTRUCT(pt.X, pt.Y);
987
NativeMethods.
POINTSTRUCT
point = new NativeMethods.POINTSTRUCT(pt.X, pt.Y);