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