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