4 writes to Hexadecimal
System.Windows.Forms.Tests (4)
NumericUpDownTests.cs (4)
271
upDown.
Hexadecimal
= true;
274
upDown.
Hexadecimal
= false;
282
subUpDown.
Hexadecimal
= true;
605
upDown.
Hexadecimal
= true;
12 references to Hexadecimal
System.Windows.Forms (6)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (6)
473
else if (
Hexadecimal
&& ((e.KeyChar >= 'a' && e.KeyChar <= 'f') || (e.KeyChar >= 'A' && e.KeyChar <= 'F')))
539
if (
Hexadecimal
)
703
if (
Hexadecimal
)
770
int baseSize =
Hexadecimal
? 16 : 10;
776
if (
Hexadecimal
)
817
string shortText =
Hexadecimal
System.Windows.Forms.Tests (6)
NumericUpDownTests.cs (6)
264
upDown.
Hexadecimal
.Should().BeFalse();
272
upDown.
Hexadecimal
.Should().BeTrue();
275
upDown.
Hexadecimal
.Should().BeFalse();
283
subUpDown.
Hexadecimal
.Should().BeTrue();
557
upDown.
Hexadecimal
.Should().BeFalse();
606
upDown.
Hexadecimal
.Should().BeTrue();