4 references to Blocks
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ProgressBar.cs (3)
59
private ProgressBarStyle style = ProgressBarStyle.
Blocks
;
150
DefaultValue(ProgressBarStyle.
Blocks
),
161
if (!ClientUtils.IsEnumValid(value, (int)value, (int)ProgressBarStyle.
Blocks
, (int)ProgressBarStyle.Marquee)){
winforms\Managed\System\WinForms\ToolStripProgressBar.cs (1)
202
DefaultValue(ProgressBarStyle.
Blocks
),