6 references to Hexadecimal
System.Windows.Forms (6)
winforms\Managed\System\WinForms\NumericUpDown.cs (6)
541else if (Hexadecimal && ((e.KeyChar >= 'a' && e.KeyChar <= 'f') || e.KeyChar >= 'A' && e.KeyChar <= 'F')) { 607if (Hexadecimal) { 753if (Hexadecimal) { 819int baseSize = Hexadecimal ? 16 : 10; 825if (this.Hexadecimal) { 859if (this.Hexadecimal) {