2 references to s_propTextBoxCellMaxInputLength
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (2)
67get => Properties.GetValueOrDefault(s_propTextBoxCellMaxInputLength, MaxInputLengthDefault); 72Properties.AddOrRemoveValue(s_propTextBoxCellMaxInputLength, value, defaultValue: MaxInputLengthDefault);