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