3 references to s_propComboBoxCellDisplayStyleForCurrentCellOnly
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (3)
269
get => Properties.GetValueOrDefault<bool>(
s_propComboBoxCellDisplayStyleForCurrentCellOnly
);
272
bool originalValue = Properties.AddOrRemoveValue(
s_propComboBoxCellDisplayStyleForCurrentCellOnly
, value);
289
set => Properties.AddOrRemoveValue(
s_propComboBoxCellDisplayStyleForCurrentCellOnly
, value);