11 references to TickStyle
System.Windows.Forms (11)
winforms\Managed\System\WinForms\TrackBar.cs (11)
57
private
TickStyle
tickStyle = System.Windows.Forms.
TickStyle
.BottomRight;
205
case
TickStyle
.None:
208
case
TickStyle
.TopLeft:
211
case
TickStyle
.BottomRight:
214
case
TickStyle
.Both:
617
DefaultValue(
TickStyle
.BottomRight),
620
public
TickStyle
TickStyle {
627
if (!ClientUtils.IsEnumValid(value, (int)value, (int)
TickStyle
.None, (int)
TickStyle
.Both))
629
throw new InvalidEnumArgumentException("value", (int)value, typeof(
TickStyle
));