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