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