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