16 references to Opaque
System.Windows.Forms (10)
System\Windows\Forms\Control.cs (4)
5924
!GetStyle(ControlStyles.
Opaque
));
5965
bErase: !_controlStyle.HasFlag(ControlStyles.
Opaque
));
6013
bErase: !_controlStyle.HasFlag(ControlStyles.
Opaque
));
8360
if (!GetStyle(ControlStyles.
Opaque
))
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
68
| 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)
67
SetStyle(ControlStyles.
Opaque
| ControlStyles.FixedHeight | ControlStyles.ResizeRedraw, true);
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);