3 references to 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);