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