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)
156
switch (
_tickStyle
)
534
get =>
_tickStyle
;
542
if (
_tickStyle
== value)
779
if (
_tickStyle
== TickStyle.None || _autoDrawTicks)