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)
146Style = style, 777Style = style, 806Style = style, 824Style = style 867Style = style 1406Style = value 1412control.Style = value; 1424Style = value 1430control.Style = value; 1450control.Style = value; 1458control.Style = value; 1484control.Style = value; 1492control.Style = value; 1505Assert.Throws<InvalidEnumArgumentException>("value", () => control.Style = value); 1854Style = style, 1868Style = style, 1895Style = ProgressBarStyle.Marquee 2107Style = style 2138Style = style 2507Style = style, 2522Style = style, 2550Style = 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)
92Assert.Equal(ProgressBarStyle.Blocks, control.Style); 1408Assert.Equal(value, control.Style); 1413Assert.Equal(value, control.Style); 1426Assert.Equal(value, control.Style); 1431Assert.Equal(value, control.Style); 1451Assert.Equal(value, control.Style); 1459Assert.Equal(value, control.Style); 1485Assert.Equal(value, control.Style); 1493Assert.Equal(value, control.Style);