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