2 references to PropButtonCellState
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (2)
54
int buttonState = this.Properties.GetInteger(
PropButtonCellState
, out found);
68
this.Properties.SetInteger(
PropButtonCellState
, (int)value);