15 references to Opaque
System.Windows.Forms (14)
winforms\Managed\System\WinForms\ButtonBase.cs (1)
75ControlStyles.Opaque |
winforms\Managed\System\WinForms\Control.cs (6)
7230!GetStyle(ControlStyles.Opaque)); 7281(controlStyle & ControlStyles.Opaque) != ControlStyles.Opaque); 7330(controlStyle & ControlStyles.Opaque) != ControlStyles.Opaque); 9857if (!GetStyle(ControlStyles.Opaque)) {
winforms\Managed\System\WinForms\DataGrid.cs (1)
331SetStyle(ControlStyles.Opaque, false);
winforms\Managed\System\WinForms\DataGridView.cs (1)
428ControlStyles.Opaque |
winforms\Managed\System\WinForms\LinkLabel.cs (1)
88| ControlStyles.Opaque
winforms\Managed\System\WinForms\PictureBox.cs (1)
127SetStyle(ControlStyles.Opaque |ControlStyles.Selectable , false);
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (1)
74SetStyle(ControlStyles.Opaque | ControlStyles.OptimizedDoubleBuffer, true);
winforms\Managed\System\WinForms\UpDownBase.cs (2)
107SetStyle(ControlStyles.Opaque | ControlStyles.FixedHeight | ControlStyles.ResizeRedraw, true); 1435SetStyle(ControlStyles.Opaque | ControlStyles.FixedHeight |
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowView.cs (1)
160SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.UserPaint | ControlStyles.Opaque | ControlStyles.AllPaintingInWmPaint | ControlStyles.Selectable | ControlStyles.EnableNotifyMessage, true);