16 references to Opaque
System.Windows.Forms (10)
System\Windows\Forms\Control.cs (4)
6148
!GetStyle(ControlStyles.
Opaque
));
6189
bErase: !_controlStyle.HasFlag(ControlStyles.
Opaque
));
6237
bErase: !_controlStyle.HasFlag(ControlStyles.
Opaque
));
9089
if (!GetStyle(ControlStyles.
Opaque
))
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
71
| ControlStyles.
Opaque
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
385
ControlStyles.
Opaque
|
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
57
| ControlStyles.
Opaque
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
110
SetStyle(ControlStyles.
Opaque
| ControlStyles.Selectable, false);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
79
SetStyle(ControlStyles.
Opaque
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (1)
43
SetStyle(ControlStyles.
Opaque
| ControlStyles.FixedHeight | ControlStyles.FixedWidth, true);
System.Windows.Forms.Design (6)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
51
SetStyle(ControlStyles.
Opaque
, true);
System\Drawing\Design\ColorEditor.ColorPalette.cs (1)
68
SetStyle(ControlStyles.
Opaque
, true);
System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.cs (1)
31
SetStyle(ControlStyles.
Opaque
, true);
System\Windows\Forms\Design\SelectionUIService.cs (1)
62
SetStyle(ControlStyles.StandardClick | ControlStyles.
Opaque
| ControlStyles.OptimizedDoubleBuffer, true);
System\Windows\Forms\Design\TabOrder.cs (1)
68
SetStyle(ControlStyles.
Opaque
, true);
System\Windows\Forms\Design\ToolStripAdornerWindowService.cs (1)
168
SetStyle(ControlStyles.
Opaque
, true);