3 writes to Value
Accessibility_Core_App (1)
DataControls.Designer.cs (1)
255this.toolStripProgressBar1.Value = 50;
WinFormsControlsTest (2)
ToolStripTests.Designer.cs (2)
401this.toolStripProgressBar1.Value = 30; 425this.toolStripProgressBar2.Value = 30;
1 reference to Value
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripProgressBar.cs (1)
9[DefaultProperty(nameof(Value))]