8 references to BottomRight
System.Windows.Forms (3)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (3)
38private TickStyle _tickStyle = TickStyle.BottomRight; 165case TickStyle.BottomRight: 530[DefaultValue(TickStyle.BottomRight)]
System.Windows.Forms.Tests (3)
TrackBarTests.cs (3)
102Assert.Equal(TickStyle.BottomRight, control.TickStyle); 135[InlineData(TickStyle.BottomRight, 0x56010001)] 1925[InlineData(TickStyle.BottomRight, 0)]
WinFormsControlsTest (2)
TrackBars.cs (2)
61if (trackBar1.TickStyle == TickStyle.BottomRight) 67trackBar1.TickStyle = TickStyle.BottomRight;