1 write to t_visualStyleRenderer
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBoxRenderer.cs (1)
126t_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)
32t_visualStyleRenderer!.DrawBackground(g, bounds); 38Color windowColor = t_visualStyleRenderer.GetColor(ColorProperty.FillColor); 41Rectangle fillRect = t_visualStyleRenderer.GetBackgroundContentRectangle(g, bounds); 82Rectangle textBounds = t_visualStyleRenderer.GetBackgroundContentRectangle(g, bounds); 95Color textColor = t_visualStyleRenderer.GetColor(ColorProperty.TextColor); 118t_visualStyleRenderer.DrawBackground(hdc, bounds, hwnd); 121[MemberNotNull(nameof(t_visualStyleRenderer))] 124if (t_visualStyleRenderer is null) 130t_visualStyleRenderer.SetParameters(visualStyleElement.ClassName, visualStyleElement.Part, state);