1 write to t_visualStyleRenderer
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBoxRenderer.cs (1)
122
t_visualStyleRenderer
= new VisualStyleRenderer(visualStyleElement.ClassName, visualStyleElement.Part, state);
9 references to t_visualStyleRenderer
System.Windows.Forms (9)
System\Windows\Forms\Controls\ComboBox\ComboBoxRenderer.cs (9)
28
t_visualStyleRenderer
!.DrawBackground(g, bounds);
34
Color windowColor =
t_visualStyleRenderer
.GetColor(ColorProperty.FillColor);
37
Rectangle fillRect =
t_visualStyleRenderer
.GetBackgroundContentRectangle(g, bounds);
78
Rectangle textBounds =
t_visualStyleRenderer
.GetBackgroundContentRectangle(g, bounds);
91
Color textColor =
t_visualStyleRenderer
.GetColor(ColorProperty.TextColor);
114
t_visualStyleRenderer
.DrawBackground(hdc, bounds, hwnd);
117
[MemberNotNull(nameof(
t_visualStyleRenderer
))]
120
if (
t_visualStyleRenderer
is null)
126
t_visualStyleRenderer
.SetParameters(visualStyleElement.ClassName, visualStyleElement.Part, state);