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