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