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