4 writes to Hexadecimal
System.Windows.Forms.Tests (4)
NumericUpDownTests.cs (4)
269
upDown.
Hexadecimal
= true;
272
upDown.
Hexadecimal
= false;
280
subUpDown.
Hexadecimal
= true;
603
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)
262
upDown.
Hexadecimal
.Should().BeFalse();
270
upDown.
Hexadecimal
.Should().BeTrue();
273
upDown.
Hexadecimal
.Should().BeFalse();
281
subUpDown.
Hexadecimal
.Should().BeTrue();
555
upDown.
Hexadecimal
.Should().BeFalse();
604
upDown.
Hexadecimal
.Should().BeTrue();