7 references to TextBoxState
System.Windows.Forms (7)
winforms\Managed\System\WinForms\TextBoxRenderer.cs (7)
46private static void DrawBackground(Graphics g, Rectangle bounds, TextBoxState state) { 48if (state != TextBoxState.Disabled) { 69public static void DrawTextBox(Graphics g, Rectangle bounds, TextBoxState state) { 80public static void DrawTextBox(Graphics g, Rectangle bounds, string textBoxText, Font font, TextBoxState state) { 90public static void DrawTextBox(Graphics g, Rectangle bounds, string textBoxText, Font font, Rectangle textBounds, TextBoxState state) { 100public static void DrawTextBox(Graphics g, Rectangle bounds, string textBoxText, Font font, TextFormatFlags flags, TextBoxState state) { 116public static void DrawTextBox(Graphics g, Rectangle bounds, string textBoxText, Font font, Rectangle textBounds, TextFormatFlags flags, TextBoxState state) {