1 write to _tickStyle
System.Windows.Forms (1)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
547_tickStyle = value;
4 references to _tickStyle
System.Windows.Forms (4)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (4)
156switch (_tickStyle) 534get => _tickStyle; 542if (_tickStyle == value) 779if (_tickStyle == TickStyle.None || _autoDrawTicks)