15 references to ProgressBarStyle
System.Windows.Forms (15)
winforms\Managed\System\WinForms\ProgressBar.cs (13)
59private ProgressBarStyle style = ProgressBarStyle.Blocks; 95if (this.Style == ProgressBarStyle.Continuous) { 98else if (this.Style == ProgressBarStyle.Marquee && !DesignMode) { 150DefaultValue(ProgressBarStyle.Blocks), 154public ProgressBarStyle Style { 161if (!ClientUtils.IsEnumValid(value, (int)value, (int)ProgressBarStyle.Blocks, (int)ProgressBarStyle.Marquee)){ 162throw new InvalidEnumArgumentException("value", (int)value, typeof(ProgressBarStyle)); 167if (style == ProgressBarStyle.Marquee) 359if (IsHandleCreated && style == ProgressBarStyle.Marquee) 762if (this.Style == ProgressBarStyle.Marquee) { 835if (this.Style == ProgressBarStyle.Marquee) {
winforms\Managed\System\WinForms\ToolStripProgressBar.cs (2)
202DefaultValue(ProgressBarStyle.Blocks), 206public ProgressBarStyle Style {