1 instantiation of POINTSTRUCT
WindowsBase (1)
Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (1)
2034
POINTSTRUCT ps = new
POINTSTRUCT
(x, y);
2 references to POINTSTRUCT
WindowsBase (2)
Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (2)
2027
private static extern IntPtr IntWindowFromPoint(
POINTSTRUCT
pt);
2034
POINTSTRUCT
ps = new POINTSTRUCT(x, y);