2 references to GWL_STYLE
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\Misc.cs (2)
413
int style = UnsafeNativeMethods.GetWindowLong(peer, NativeMethods.
GWL_STYLE
, out error);
691
int style = UnsafeNativeMethods.GetWindowLong(hwnd, NativeMethods.
GWL_STYLE
, out lastWin32Error);