1 write to DisplayStyleForCurrentCellOnly
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxColumn.cs (1)
242
ComboBoxCellTemplate.
DisplayStyleForCurrentCellOnly
= value;
6 references to DisplayStyleForCurrentCellOnly
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (5)
663
dataGridViewCell.DisplayStyleForCurrentCellOnlyInternal =
DisplayStyleForCurrentCellOnly
;
1920
((
DisplayStyleForCurrentCellOnly
&& cellCurrent) || !
DisplayStyleForCurrentCellOnly
);
1922
((
DisplayStyleForCurrentCellOnly
&& cellCurrent) || !
DisplayStyleForCurrentCellOnly
);
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxColumn.cs (1)
233
return ComboBoxCellTemplate.
DisplayStyleForCurrentCellOnly
;