2 writes to Style
PresentationUI (1)
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (1)
115
this.progressBar1.
Style
= System.Windows.Forms.ProgressBarStyle.Marquee;
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripProgressBar.cs (1)
195
ProgressBar.
Style
= value;
5 references to Style
System.Windows.Forms (5)
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (4)
52
if (
Style
== ProgressBarStyle.Continuous)
56
else if (
Style
== ProgressBarStyle.Marquee && !DesignMode)
579
if (
Style
== ProgressBarStyle.Marquee)
650
if (
Style
== ProgressBarStyle.Marquee)
System\Windows\Forms\Controls\ToolStrips\ToolStripProgressBar.cs (1)
191
return ProgressBar.
Style
;