1 write to controlStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
12046
controlStyle
= value? controlStyle | flag: controlStyle & ~flag;
14 references to controlStyle
System.Windows.Forms (14)
winforms\Managed\System\WinForms\Control.cs (14)
5644
if ((
controlStyle
& ControlStyles.Selectable) != ControlStyles.Selectable) {
6528
return ((ctl.
controlStyle
& ControlStyles.ContainerControl) == ControlStyles.ContainerControl && ctl is IContainerControl);
6625
if ((
controlStyle
& ControlStyles.FixedWidth) != ControlStyles.FixedWidth && (specified & BoundsSpecified.Width) != 0) {
6630
if ((
controlStyle
& ControlStyles.FixedHeight) != ControlStyles.FixedHeight && (specified & BoundsSpecified.Height) != 0) {
7083
return (
controlStyle
& flag) == flag;
7281
(
controlStyle
& ControlStyles.Opaque) != ControlStyles.Opaque);
7330
(
controlStyle
& ControlStyles.Opaque) != ControlStyles.Opaque);
9460
if ((
controlStyle
& ControlStyles.ResizeRedraw) == ControlStyles.ResizeRedraw
11587
if ((
controlStyle
& ControlStyles.FixedWidth) != ControlStyles.FixedWidth) {
11591
if ((
controlStyle
& ControlStyles.FixedHeight) != ControlStyles.FixedHeight) {
12046
controlStyle = value?
controlStyle
| flag:
controlStyle
& ~flag;
13509
if ((
controlStyle
& ControlStyles.StandardClick) == ControlStyles.StandardClick) {
14114
if ((
controlStyle
& ControlStyles.EnableNotifyMessage) == ControlStyles.EnableNotifyMessage) {