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