1 instantiation of POINTSTRUCT
UIAutomationClientsideProviders (1)
MS\Win32\UnsafeNativeMethods.cs (1)
328POINTSTRUCT ps = new POINTSTRUCT(x, y);
3 references to POINTSTRUCT
UIAutomationClientsideProviders (3)
MS\Win32\UnsafeNativeMethods.cs (3)
321private static extern IntPtr IntWindowFromPoint(POINTSTRUCT pt); 324private static extern IntPtr IntWindowFromPhysicalPoint(POINTSTRUCT pt); 328POINTSTRUCT ps = new POINTSTRUCT(x, y);