1 write to committed
System (1)
compmod\system\componentmodel\design\DesignerTransaction.cs (1)
89committed = true;
4 references to committed
System (4)
compmod\system\componentmodel\design\DesignerTransaction.cs (4)
55return committed; 72if (!canceled && !committed) { 88if (!committed && !canceled) { 135System.Diagnostics.Debug.Assert(disposing || canceled || committed, "Disposing DesignerTransaction that has not been comitted or canceled; forcing Cancel" );