2 writes to disposed
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewColumn.cs (2)
448this.disposed += value; 452this.disposed -= value;
2 references to disposed
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewColumn.cs (2)
1156if (this.disposed != null) 1158this.disposed(this, EventArgs.Empty);