1 write to Style
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripProgressBar.cs (1)
211ProgressBar.Style = value;
5 references to Style
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ProgressBar.cs (4)
95if (this.Style == ProgressBarStyle.Continuous) { 98else if (this.Style == ProgressBarStyle.Marquee && !DesignMode) { 762if (this.Style == ProgressBarStyle.Marquee) { 835if (this.Style == ProgressBarStyle.Marquee) {
winforms\Managed\System\WinForms\ToolStripProgressBar.cs (1)
208return ProgressBar.Style;