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