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