1 write to _graphics
System.Windows.Forms.Tests (1)
System\Windows\Forms\TrackBarRendererTests.cs (1)
19
_graphics
= Graphics.FromImage(_bitmap);
9 references to _graphics
System.Windows.Forms.Tests (9)
System\Windows\Forms\TrackBarRendererTests.cs (9)
24
_graphics
.Dispose();
40
Action a = () => drawTrack(
_graphics
, bounds);
55
Action a = () => drawTrack(
_graphics
, bounds);
77
Action a = () => drawThumb(
_graphics
, bounds, state);
93
Size size = getThumbSize(
_graphics
, TrackBarThumbState.Normal);
108
Action a = () => drawTicks(
_graphics
, bounds, tickCount, edgeStyle);
128
Action a = () => drawTicks(
_graphics
, bounds, count, EdgeStyle.Raised);
134
Action a = () => drawTicks(
_graphics
, invalidBound, 5, EdgeStyle.Raised);
165
Action a = () => drawThumb(
_graphics
, bounds, TrackBarThumbState.Normal);