1 write to _tickStyle
System.Windows.Forms (1)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
545_tickStyle = value;
4 references to _tickStyle
System.Windows.Forms (4)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (4)
154switch (_tickStyle) 532get => _tickStyle; 540if (_tickStyle == value) 777if (_tickStyle == TickStyle.None || _autoDrawTicks)