4 references to GetWindowLong
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (3)
114
int id = Misc.
GetWindowLong
(_hwnd, SafeNativeMethods.GWL_ID);
1973
int style = Misc.
GetWindowLong
(hwnd, SafeNativeMethods.GWL_STYLE);
1984
int exstyle = Misc.
GetWindowLong
(hwnd, SafeNativeMethods.GWL_EXSTYLE);
MS\Internal\Automation\ProxyManager.cs (1)
314
int instance = Misc.
GetWindowLong
(hwnd, SafeNativeMethods.GWL_HINSTANCE);