1 write to _graphics
System.Windows.Forms.Tests (1)
System\Windows\Forms\TrackBarRendererTests.cs (1)
17
_graphics
= Graphics.FromImage(_bitmap);
9 references to _graphics
System.Windows.Forms.Tests (9)
System\Windows\Forms\TrackBarRendererTests.cs (9)
22
_graphics
.Dispose();
38
Action a = () => drawTrack(
_graphics
, bounds);
53
Action a = () => drawTrack(
_graphics
, bounds);
75
Action a = () => drawThumb(
_graphics
, bounds, state);
91
Size size = getThumbSize(
_graphics
, TrackBarThumbState.Normal);
106
Action a = () => drawTicks(
_graphics
, bounds, tickCount, edgeStyle);
126
Action a = () => drawTicks(
_graphics
, bounds, count, EdgeStyle.Raised);
132
Action a = () => drawTicks(
_graphics
, invalidBound, 5, EdgeStyle.Raised);
163
Action a = () => drawThumb(
_graphics
, bounds, TrackBarThumbState.Normal);