24 references to SupportsTransparentBackColor
System.Windows.Forms (20)
winforms\Managed\System\WinForms\ButtonBase.cs (1)
74
SetStyle( ControlStyles.
SupportsTransparentBackColor
|
winforms\Managed\System\WinForms\Control.cs (4)
1115
if (!value.Equals(Color.Empty) && !GetStyle(ControlStyles.
SupportsTransparentBackColor
) && value.A < 255)
3195
if (!c.IsEmpty && !GetStyle(ControlStyles.
SupportsTransparentBackColor
) && c.A < 255)
3642
return GetStyle(ControlStyles.
SupportsTransparentBackColor
) && this.BackColor.A < 255;
3649
return GetStyle(ControlStyles.
SupportsTransparentBackColor
) && c.A < 255;
winforms\Managed\System\WinForms\DataGrid.cs (1)
332
SetStyle(ControlStyles.
SupportsTransparentBackColor
, false);
winforms\Managed\System\WinForms\DataGridView.cs (1)
431
SetStyle(ControlStyles.
SupportsTransparentBackColor
, false);
winforms\Managed\System\WinForms\GroupBox.cs (2)
57
SetStyle(ControlStyles.
SupportsTransparentBackColor
|
252
SetStyle(ControlStyles.
SupportsTransparentBackColor
|
winforms\Managed\System\WinForms\Label.cs (2)
103
ControlStyles.
SupportsTransparentBackColor
|
426
| ControlStyles.
SupportsTransparentBackColor
winforms\Managed\System\WinForms\Panel.cs (1)
52
SetStyle(ControlStyles.
SupportsTransparentBackColor
, true);
winforms\Managed\System\WinForms\PictureBox.cs (1)
128
SetStyle(ControlStyles.OptimizedDoubleBuffer|ControlStyles.
SupportsTransparentBackColor
, true);
winforms\Managed\System\WinForms\SplitContainer.cs (1)
157
SetStyle(ControlStyles.
SupportsTransparentBackColor
, true);
winforms\Managed\System\WinForms\StatusStrip.cs (1)
604
SetStyle(ControlStyles.
SupportsTransparentBackColor
, true);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
207
ControlStyles.
SupportsTransparentBackColor
, true);
winforms\Managed\System\WinForms\ToolStripContainer.cs (1)
36
SetStyle(ControlStyles.ResizeRedraw | ControlStyles.
SupportsTransparentBackColor
, true);
winforms\Managed\System\WinForms\ToolStripContentPanel.cs (1)
38
SetStyle(ControlStyles.ResizeRedraw | ControlStyles.
SupportsTransparentBackColor
, true);
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
93
SetStyle(ControlStyles.ResizeRedraw | ControlStyles.OptimizedDoubleBuffer | /*ControlStyles.AllPaintingInWmPaint |*/ControlStyles.
SupportsTransparentBackColor
, true);
winforms\Managed\System\WinForms\UserControl.cs (1)
52
SetStyle(ControlStyles.
SupportsTransparentBackColor
, true);
System.Windows.Forms.DataVisualization (1)
WinForm\ChartWinControl.cs (1)
211
this.SetStyle(ControlStyles.
SupportsTransparentBackColor
, true);
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerWidgets.cs (3)
1085
ControlStyles.
SupportsTransparentBackColor
|
1401
ControlStyles.
SupportsTransparentBackColor
|
1719
ControlStyles.
SupportsTransparentBackColor
, true);