3 writes to MaxInputLength
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (1)
163dataGridViewCell.MaxInputLength = this.MaxInputLength;
winforms\Managed\System\WinForms\DataGridViewTextBoxColumn.cs (2)
69this.TextBoxCellTemplate.MaxInputLength = value; 80dataGridViewCell.MaxInputLength = value;
3 references to MaxInputLength
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (2)
163dataGridViewCell.MaxInputLength = this.MaxInputLength; 542textBox.MaxLength = this.MaxInputLength;
winforms\Managed\System\WinForms\DataGridViewTextBoxColumn.cs (1)
63return this.TextBoxCellTemplate.MaxInputLength;