3 references to Normal
System.Windows.Forms.Tests (3)
System\Windows\Forms\TrackBarRendererTests.cs (3)
80
TrackBarThumbState state = TrackBarThumbState.
Normal
;
91
Size size = getThumbSize(_graphics, TrackBarThumbState.
Normal
);
163
Action a = () => drawThumb(_graphics, bounds, TrackBarThumbState.
Normal
);