6 references to Marquee
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ProgressBar.cs (6)
98
else if (this.Style == ProgressBarStyle.
Marquee
&& !DesignMode) {
161
if (!ClientUtils.IsEnumValid(value, (int)value, (int)ProgressBarStyle.Blocks, (int)ProgressBarStyle.
Marquee
)){
167
if (style == ProgressBarStyle.
Marquee
)
359
if (IsHandleCreated && style == ProgressBarStyle.
Marquee
)
762
if (this.Style == ProgressBarStyle.
Marquee
) {
835
if (this.Style == ProgressBarStyle.
Marquee
) {