1 instantiation of POINTSTRUCT
UIAutomationClient (1)
MS\Win32\UnsafeNativeMethods.cs (1)
189POINTSTRUCT ps = new POINTSTRUCT(x, y);
3 references to POINTSTRUCT
UIAutomationClient (3)
MS\Win32\UnsafeNativeMethods.cs (3)
182private static extern IntPtr IntWindowFromPoint(POINTSTRUCT pt); 185private static extern IntPtr IntWindowFromPhysicalPoint(POINTSTRUCT pt); 189POINTSTRUCT ps = new POINTSTRUCT(x, y);