3 references to PropComboBoxCellDisplayStyleForCurrentCellOnly
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (3)
363
int displayStyleForCurrentCellOnly = this.Properties.GetInteger(
PropComboBoxCellDisplayStyleForCurrentCellOnly
, out found);
374
this.Properties.SetInteger(
PropComboBoxCellDisplayStyleForCurrentCellOnly
, value ? 1 : 0);
396
this.Properties.SetInteger(
PropComboBoxCellDisplayStyleForCurrentCellOnly
, value ? 1 : 0);