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