11 references to GWL_EXSTYLE
System.Windows.Forms (11)
winforms\Managed\System\WinForms\Control.cs (3)
4472
return unchecked((int)(long)UnsafeNativeMethods.GetWindowLong(new HandleRef(this, Handle), NativeMethods.
GWL_EXSTYLE
));
4475
UnsafeNativeMethods.SetWindowLong(new HandleRef(this, Handle), NativeMethods.
GWL_EXSTYLE
, new HandleRef(null, (IntPtr)value));
5978
if (0 != (NativeMethods.WS_EX_MDICHILD & (int)(long)UnsafeNativeMethods.GetWindowLong(new HandleRef(window, InternalHandle), NativeMethods.
GWL_EXSTYLE
))) {
winforms\Managed\System\WinForms\DateTimePicker.cs (2)
1638
int style = unchecked((int)((long)UnsafeNativeMethods.GetWindowLong(new HandleRef(this, handle), NativeMethods.
GWL_EXSTYLE
)));
1641
UnsafeNativeMethods.SetWindowLong(new HandleRef(this, handle), NativeMethods.
GWL_EXSTYLE
, new HandleRef(this, (IntPtr)style));
winforms\Managed\System\WinForms\Form.cs (4)
2104
int exStyle = unchecked((int)(long)UnsafeNativeMethods.GetWindowLong(new HandleRef(this, Handle), NativeMethods.
GWL_EXSTYLE
));
2107
UnsafeNativeMethods.SetWindowLong(new HandleRef(this, Handle), NativeMethods.
GWL_EXSTYLE
, new HandleRef(null, (IntPtr)cp.ExStyle));
6091
else if ( (owner != null) && ((int)UnsafeNativeMethods.GetWindowLong(new HandleRef(owner, Control.GetSafeHandle(owner)), NativeMethods.
GWL_EXSTYLE
)
6156
else if ( (owner != null) && ((int)UnsafeNativeMethods.GetWindowLong(new HandleRef(owner, Control.GetSafeHandle(owner)), NativeMethods.
GWL_EXSTYLE
)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
420
int exStyle = unchecked((int)((long)UnsafeNativeMethods.GetWindowLong(new HandleRef(edit, edit.Handle), NativeMethods.
GWL_EXSTYLE
)));
6875
if ((unchecked( (int) (long)m.WParam) & NativeMethods.
GWL_EXSTYLE
) != 0) {