1 write to _style
System.Windows.Forms (1)
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
125_style = value;
4 references to _style
System.Windows.Forms (4)
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (4)
118get => _style; 121if (_style != value) 131if (_style == ProgressBarStyle.Marquee) 251if (IsHandleCreated && _style == ProgressBarStyle.Marquee)