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