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