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)
148
Style
= style,
779
Style
= style,
808
Style
= style,
826
Style
= style
869
Style
= style
1408
Style
= value
1414
control.
Style
= value;
1426
Style
= value
1432
control.
Style
= value;
1452
control.
Style
= value;
1460
control.
Style
= value;
1486
control.
Style
= value;
1494
control.
Style
= value;
1507
Assert.Throws<InvalidEnumArgumentException>("value", () => control.
Style
= value);
1856
Style
= style,
1870
Style
= style,
1897
Style
= ProgressBarStyle.Marquee
2109
Style
= style
2140
Style
= style
2509
Style
= style,
2524
Style
= style,
2552
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)
94
Assert.Equal(ProgressBarStyle.Blocks, control.
Style
);
1410
Assert.Equal(value, control.
Style
);
1415
Assert.Equal(value, control.
Style
);
1428
Assert.Equal(value, control.
Style
);
1433
Assert.Equal(value, control.
Style
);
1453
Assert.Equal(value, control.
Style
);
1461
Assert.Equal(value, control.
Style
);
1487
Assert.Equal(value, control.
Style
);
1495
Assert.Equal(value, control.
Style
);