1 write to DisplayStyleForCurrentCellOnly
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewComboBoxColumn.cs (1)
256this.ComboBoxCellTemplate.DisplayStyleForCurrentCellOnly = value;
8 references to DisplayStyleForCurrentCellOnly
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (7)
372if (value != this.DisplayStyleForCurrentCellOnly) 394if (value != this.DisplayStyleForCurrentCellOnly) 886dataGridViewCell.DisplayStyleForCurrentCellOnlyInternal = this.DisplayStyleForCurrentCellOnly; 2157((this.DisplayStyleForCurrentCellOnly && cellCurrent) || !this.DisplayStyleForCurrentCellOnly); 2159((this.DisplayStyleForCurrentCellOnly && cellCurrent) || !this.DisplayStyleForCurrentCellOnly);
winforms\Managed\System\WinForms\DataGridViewComboBoxColumn.cs (1)
248return this.ComboBoxCellTemplate.DisplayStyleForCurrentCellOnly;