2 references to GWL_STYLE
WindowsBase (2)
Shared\MS\Win32\ManagedWndProcTracker.cs (1)
108int windowStyle = UnsafeNativeMethods.GetWindowLong(new HandleRef(null,hwnd), NativeMethods.GWL_STYLE);
Shared\MS\Win32\SafeNativeMethodsOther.cs (1)
287int nIndex = exStyle ? NativeMethods.GWL_EXSTYLE : NativeMethods.GWL_STYLE;