1 write to style
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ProgressBar.cs (1)
164style = value;
4 references to style
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ProgressBar.cs (4)
156return style; 159if (style != value) { 167if (style == ProgressBarStyle.Marquee) 359if (IsHandleCreated && style == ProgressBarStyle.Marquee)