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