1 write to t_visualStyleRenderer
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBoxRenderer.cs (1)
92t_visualStyleRenderer = new VisualStyleRenderer(s_textBoxElement.ClassName, s_textBoxElement.Part, state);
8 references to t_visualStyleRenderer
System.Windows.Forms (8)
System\Windows\Forms\Controls\TextBox\TextBoxRenderer.cs (8)
27t_visualStyleRenderer!.DrawBackground(g, bounds); 30Color windowColor = t_visualStyleRenderer.GetColor(ColorProperty.FillColor); 33Rectangle fillRect = t_visualStyleRenderer.GetBackgroundContentRectangle(g, bounds); 70Rectangle textBounds = t_visualStyleRenderer.GetBackgroundContentRectangle(g, bounds); 83Color textColor = t_visualStyleRenderer.GetColor(ColorProperty.TextColor); 87[MemberNotNull(nameof(t_visualStyleRenderer))] 90if (t_visualStyleRenderer is null) 96t_visualStyleRenderer.SetParameters(s_textBoxElement.ClassName, s_textBoxElement.Part, state);