4 writes to NewItemTransaction
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripDesigner.cs (2)
477
NewItemTransaction
= _host.CreateTransaction(SR.ToolStripCreatingNewItemTransaction);
506
NewItemTransaction
= null;
System\Windows\Forms\Design\ToolStripItemDesigner.cs (2)
361
designer.
NewItemTransaction
= null;
413
designer.
NewItemTransaction
= null;
4 references to NewItemTransaction
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripDesigner.cs (2)
505
NewItemTransaction
?.Cancel();
2449
Debug.Assert(
NewItemTransaction
is null, "NewItemTransaction should have been nulled out and cancelled by now.");
System\Windows\Forms\Design\ToolStripItemDesigner.cs (2)
360
designer.
NewItemTransaction
?.Commit();
412
designer.
NewItemTransaction
?.Cancel();