6 references to Marquee
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ProgressBar.cs (6)
98else if (this.Style == ProgressBarStyle.Marquee && !DesignMode) { 161if (!ClientUtils.IsEnumValid(value, (int)value, (int)ProgressBarStyle.Blocks, (int)ProgressBarStyle.Marquee)){ 167if (style == ProgressBarStyle.Marquee) 359if (IsHandleCreated && style == ProgressBarStyle.Marquee) 762if (this.Style == ProgressBarStyle.Marquee) { 835if (this.Style == ProgressBarStyle.Marquee) {