3 references to TextBoxRenderer
System.Windows.Forms.Tests (3)
System\Windows\Forms\TextBoxRendererTests.cs (3)
38
TextBoxRenderer
.DrawTextBox(graphics, bounds, tBState);
67
TextBoxRenderer
.DrawTextBox(graphics, bounds, "text", SystemFonts.DefaultFont, tBState);
103
TextBoxRenderer
.DrawTextBox(graphics, bounds, "text", SystemFonts.DefaultFont, textBounds, tBState);