4 writes to MaxInputLength
System.Windows.Forms.Tests (4)
System\Windows\Forms\DataGridViewTextBoxColumnTests.cs (4)
55_column.MaxInputLength = 100; 66_column.MaxInputLength = 100; 80_column.MaxInputLength = 32767; 95Action action = () => column.MaxInputLength = 100;
3 references to MaxInputLength
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxColumn.cs (1)
52if (MaxInputLength == value)
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewTextBoxColumnTests.cs (2)
57_column.MaxInputLength.Should().Be(100); 105Action action = () => maxInput = _column.MaxInputLength;