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