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