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)
39TabRenderer.DrawTabItem(_graphics, _bounds, state); 40TabRenderer.DrawTabItem(_graphics, _bounds, focused: true, state); 55TabRenderer.DrawTabItem(_graphics, _bounds, "TabText", font, state); 70TabRenderer.DrawTabItem(_graphics, _bounds, "TabText", font, focused: true, state); 85TabRenderer.DrawTabItem(_graphics, _bounds, "TabText", font, TextFormatFlags.Default, focused: true, state); 101TabRenderer.DrawTabItem(_graphics, _bounds, image, imageRect, focused: false, state); 102TabRenderer.DrawTabItem(_graphics, _bounds, image, imageRect, focused: true, state); 119TabRenderer.DrawTabItem(_graphics, _bounds, "TabText", font, image, imageRect, focused: false, state); 120TabRenderer.DrawTabItem(_graphics, _bounds, "TabText", font, TextFormatFlags.Default, image, imageRect, focused: true, state);