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