6 references to Hexadecimal
System.Windows.Forms (6)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (6)
469else if (Hexadecimal && ((e.KeyChar >= 'a' && e.KeyChar <= 'f') || (e.KeyChar >= 'A' && e.KeyChar <= 'F'))) 535if (Hexadecimal) 699if (Hexadecimal) 766int baseSize = Hexadecimal ? 16 : 10; 772if (Hexadecimal) 813string shortText = Hexadecimal