1 write to _tickStyle
System.Windows.Forms (1)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
546_tickStyle = value;
4 references to _tickStyle
System.Windows.Forms (4)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (4)
155switch (_tickStyle) 533get => _tickStyle; 541if (_tickStyle == value) 778if (_tickStyle == TickStyle.None || _autoDrawTicks)