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