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