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;
95
Action action = () => column.
MaxInputLength
= 100;
3 references to MaxInputLength
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxColumn.cs (1)
52
if (
MaxInputLength
== value)
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewTextBoxColumnTests.cs (2)
57
_column.
MaxInputLength
.Should().Be(100);
105
Action action = () => maxInput = _column.
MaxInputLength
;