6 references to Hexadecimal
System.Windows.Forms (6)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (6)
475else if (Hexadecimal && ((e.KeyChar >= 'a' && e.KeyChar <= 'f') || (e.KeyChar >= 'A' && e.KeyChar <= 'F'))) 541if (Hexadecimal) 705if (Hexadecimal) 772int baseSize = Hexadecimal ? 16 : 10; 778if (Hexadecimal) 819string shortText = Hexadecimal