1 write to _bounds
System.Windows.Forms.Tests (1)
System\Windows\Forms\TabRendererTests.cs (1)
19
_bounds
= new(0, 0, 100, 30);
9 references to _bounds
System.Windows.Forms.Tests (9)
System\Windows\Forms\TabRendererTests.cs (9)
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);