1 write to _graphics
System.Windows.Forms.Tests (1)
System\Windows\Forms\TabRendererTests.cs (1)
18
_graphics
= Graphics.FromImage(_bitmap);
10 references to _graphics
System.Windows.Forms.Tests (10)
System\Windows\Forms\TabRendererTests.cs (10)
24
_graphics
.Dispose();
39
TabRenderer.DrawTabItem(
_graphics
, _bounds, state);
40
TabRenderer.DrawTabItem(
_graphics
, _bounds, focused: true, state);
55
TabRenderer.DrawTabItem(
_graphics
, _bounds, "TabText", font, state);
70
TabRenderer.DrawTabItem(
_graphics
, _bounds, "TabText", font, focused: true, state);
85
TabRenderer.DrawTabItem(
_graphics
, _bounds, "TabText", font, TextFormatFlags.Default, focused: true, state);
101
TabRenderer.DrawTabItem(
_graphics
, _bounds, image, imageRect, focused: false, state);
102
TabRenderer.DrawTabItem(
_graphics
, _bounds, image, imageRect, focused: true, state);
119
TabRenderer.DrawTabItem(
_graphics
, _bounds, "TabText", font, image, imageRect, focused: false, state);
120
TabRenderer.DrawTabItem(
_graphics
, _bounds, "TabText", font, TextFormatFlags.Default, image, imageRect, focused: true, state);