3 writes to MaxInputLength
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (1)
114dataGridViewCell.MaxInputLength = MaxInputLength;
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxColumn.cs (2)
57TextBoxCellTemplate.MaxInputLength = value; 70dataGridViewCell.MaxInputLength = value;
3 references to MaxInputLength
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (2)
114dataGridViewCell.MaxInputLength = MaxInputLength; 518textBox.MaxLength = MaxInputLength;
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxColumn.cs (1)
48return TextBoxCellTemplate.MaxInputLength;