15 references to ProgressBarStyle
PresentationUI (1)
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (1)
115this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
System.Windows.Forms (14)
_generated\1\Validation.cs (2)
390public static void Validate(System.Windows.Forms.ProgressBarStyle enumToValidate, string parameterName = "value") 394ReportEnumValidationError(parameterName, intValue, typeof(System.Windows.Forms.ProgressBarStyle));
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (10)
30private ProgressBarStyle _style = ProgressBarStyle.Blocks; 52if (Style == ProgressBarStyle.Continuous) 56else if (Style == ProgressBarStyle.Marquee && !DesignMode) 120[DefaultValue(ProgressBarStyle.Blocks)] 123public ProgressBarStyle Style 138if (_style == ProgressBarStyle.Marquee) 258if (IsHandleCreated && _style == ProgressBarStyle.Marquee) 579if (Style == ProgressBarStyle.Marquee) 650if (Style == ProgressBarStyle.Marquee)
System\Windows\Forms\Controls\ToolStrips\ToolStripProgressBar.cs (2)
184[DefaultValue(ProgressBarStyle.Blocks)] 187public ProgressBarStyle Style