24 writes to Style
PresentationUI (1)
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (1)
115
this.progressBar1.
Style
= System.Windows.Forms.ProgressBarStyle.Marquee;
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripProgressBar.cs (1)
195
ProgressBar.
Style
= value;
System.Windows.Forms.Tests (22)
System\Windows\Forms\ProgressBarTests.cs (22)
146
Style
= style,
777
Style
= style,
806
Style
= style,
824
Style
= style
867
Style
= style
1406
Style
= value
1412
control.
Style
= value;
1424
Style
= value
1430
control.
Style
= value;
1450
control.
Style
= value;
1458
control.
Style
= value;
1484
control.
Style
= value;
1492
control.
Style
= value;
1505
Assert.Throws<InvalidEnumArgumentException>("value", () => control.
Style
= value);
1854
Style
= style,
1868
Style
= style,
1895
Style
= ProgressBarStyle.Marquee
2107
Style
= style
2138
Style
= style
2507
Style
= style,
2522
Style
= style,
2550
Style
= ProgressBarStyle.Marquee,
14 references to Style
System.Windows.Forms (5)
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (4)
54
if (
Style
== ProgressBarStyle.Continuous)
58
else if (
Style
== ProgressBarStyle.Marquee && !DesignMode)
572
if (
Style
== ProgressBarStyle.Marquee)
643
if (
Style
== ProgressBarStyle.Marquee)
System\Windows\Forms\Controls\ToolStrips\ToolStripProgressBar.cs (1)
191
return ProgressBar.
Style
;
System.Windows.Forms.Tests (9)
System\Windows\Forms\ProgressBarTests.cs (9)
92
Assert.Equal(ProgressBarStyle.Blocks, control.
Style
);
1408
Assert.Equal(value, control.
Style
);
1413
Assert.Equal(value, control.
Style
);
1426
Assert.Equal(value, control.
Style
);
1431
Assert.Equal(value, control.
Style
);
1451
Assert.Equal(value, control.
Style
);
1459
Assert.Equal(value, control.
Style
);
1485
Assert.Equal(value, control.
Style
);
1493
Assert.Equal(value, control.
Style
);