1 write to _style
System.Windows.Forms (1)
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
122
_style
= value;
4 references to _style
System.Windows.Forms (4)
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (4)
115
get =>
_style
;
118
if (
_style
!= value)
128
if (
_style
== ProgressBarStyle.Marquee)
248
if (IsHandleCreated &&
_style
== ProgressBarStyle.Marquee)