44 references to ComboBoxCellTemplate
System.Windows.Forms (44)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxColumn.cs (44)
27
[MemberNotNull(nameof(
ComboBoxCellTemplate
))]
32
if (
ComboBoxCellTemplate
is null)
37
return
ComboBoxCellTemplate
.AutoComplete;
46
ComboBoxCellTemplate
.AutoComplete = value;
90
[MemberNotNull(nameof(
ComboBoxCellTemplate
))]
95
if (
ComboBoxCellTemplate
is null)
100
return
ComboBoxCellTemplate
.DataSource;
109
ComboBoxCellTemplate
.DataSource = value;
135
[MemberNotNull(nameof(
ComboBoxCellTemplate
))]
141
if (
ComboBoxCellTemplate
is null)
146
return
ComboBoxCellTemplate
.DisplayMember;
155
ComboBoxCellTemplate
.DisplayMember = value;
179
[MemberNotNull(nameof(
ComboBoxCellTemplate
))]
184
if (
ComboBoxCellTemplate
is null)
189
return
ComboBoxCellTemplate
.DisplayStyle;
198
ComboBoxCellTemplate
.DisplayStyle = value;
223
[MemberNotNull(nameof(
ComboBoxCellTemplate
))]
228
if (
ComboBoxCellTemplate
is null)
233
return
ComboBoxCellTemplate
.DisplayStyleForCurrentCellOnly;
242
ComboBoxCellTemplate
.DisplayStyleForCurrentCellOnly = value;
267
[MemberNotNull(nameof(
ComboBoxCellTemplate
))]
272
if (
ComboBoxCellTemplate
is null)
277
return
ComboBoxCellTemplate
.DropDownWidth;
286
ComboBoxCellTemplate
.DropDownWidth = value;
308
[MemberNotNull(nameof(
ComboBoxCellTemplate
))]
313
if (
ComboBoxCellTemplate
is null)
318
return
ComboBoxCellTemplate
.FlatStyle;
327
ComboBoxCellTemplate
.FlatStyle = value;
356
if (
ComboBoxCellTemplate
is null)
361
return
ComboBoxCellTemplate
.GetItems(DataGridView);
370
[MemberNotNull(nameof(
ComboBoxCellTemplate
))]
376
if (
ComboBoxCellTemplate
is null)
381
return
ComboBoxCellTemplate
.ValueMember;
390
ComboBoxCellTemplate
.ValueMember = value;
414
[MemberNotNull(nameof(
ComboBoxCellTemplate
))]
419
if (
ComboBoxCellTemplate
is null)
424
return
ComboBoxCellTemplate
.MaxDropDownItems;
433
ComboBoxCellTemplate
.MaxDropDownItems = value;
455
[MemberNotNull(nameof(
ComboBoxCellTemplate
))]
460
if (
ComboBoxCellTemplate
is null)
465
return
ComboBoxCellTemplate
.Sorted;
474
ComboBoxCellTemplate
.Sorted = value;
508
dataGridViewColumn.
ComboBoxCellTemplate
!.TemplateComboBoxColumn = dataGridViewColumn;
524
object[] items = [..
ComboBoxCellTemplate
!.Items.InnerArray];