12 references to TabRenderer
System.Windows.Forms (1)
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
631TabRenderer.DrawTabPage(e, rectWithBorder);
System.Windows.Forms.Tests (11)
System\Windows\Forms\TabRendererTests.cs (11)
30TabRenderer.IsSupported.Should().Be(VisualStyleRenderer.IsSupported); 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); 135TabRenderer.DrawTabPage(g, bounds);