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