2 references to PropTextBoxCellMaxInputLength
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (2)
101int maxInputLength = this.Properties.GetInteger(PropTextBoxCellMaxInputLength, out found); 119this.Properties.SetInteger(PropTextBoxCellMaxInputLength, value);