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