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