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)
154
switch (
_tickStyle
)
532
get =>
_tickStyle
;
540
if (
_tickStyle
== value)
777
if (
_tickStyle
== TickStyle.None || _autoDrawTicks)