24 writes to Style
PresentationUI (1)
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (1)
115this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripProgressBar.cs (1)
195ProgressBar.Style = value;
System.Windows.Forms.Tests (22)
System\Windows\Forms\ProgressBarTests.cs (22)
148Style = style, 779Style = style, 808Style = style, 826Style = style 869Style = style 1408Style = value 1414control.Style = value; 1426Style = value 1432control.Style = value; 1452control.Style = value; 1460control.Style = value; 1486control.Style = value; 1494control.Style = value; 1507Assert.Throws<InvalidEnumArgumentException>("value", () => control.Style = value); 1856Style = style, 1870Style = style, 1897Style = ProgressBarStyle.Marquee 2109Style = style 2140Style = style 2509Style = style, 2524Style = style, 2552Style = ProgressBarStyle.Marquee,
14 references to Style
System.Windows.Forms (5)
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (4)
54if (Style == ProgressBarStyle.Continuous) 58else if (Style == ProgressBarStyle.Marquee && !DesignMode) 572if (Style == ProgressBarStyle.Marquee) 643if (Style == ProgressBarStyle.Marquee)
System\Windows\Forms\Controls\ToolStrips\ToolStripProgressBar.cs (1)
191return ProgressBar.Style;
System.Windows.Forms.Tests (9)
System\Windows\Forms\ProgressBarTests.cs (9)
94Assert.Equal(ProgressBarStyle.Blocks, control.Style); 1410Assert.Equal(value, control.Style); 1415Assert.Equal(value, control.Style); 1428Assert.Equal(value, control.Style); 1433Assert.Equal(value, control.Style); 1453Assert.Equal(value, control.Style); 1461Assert.Equal(value, control.Style); 1487Assert.Equal(value, control.Style); 1495Assert.Equal(value, control.Style);