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