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