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