4 references to TextBoxCellTemplate
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxColumn.cs (4)
38
[MemberNotNull(nameof(
TextBoxCellTemplate
))]
43
if (
TextBoxCellTemplate
is null)
48
return
TextBoxCellTemplate
.MaxInputLength;
57
TextBoxCellTemplate
.MaxInputLength = value;