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