6 references to Marquee
PresentationUI (1)
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (1)
115this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
System.Windows.Forms (5)
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (5)
56else if (Style == ProgressBarStyle.Marquee && !DesignMode) 138if (_style == ProgressBarStyle.Marquee) 258if (IsHandleCreated && _style == ProgressBarStyle.Marquee) 579if (Style == ProgressBarStyle.Marquee) 650if (Style == ProgressBarStyle.Marquee)