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