5 references to CreateUndoUnit
System.Windows.Forms.Design (5)
System\ComponentModel\Design\UndoEngine.cs (5)
345
_unitStack.Push(
CreateUndoUnit
(name, true));
389
_unitStack.Push(
CreateUndoUnit
(name, true));
437
_unitStack.Push(
CreateUndoUnit
(name, true));
503
_unitStack.Push(
CreateUndoUnit
(name, true));
529
_unitStack.Push(
CreateUndoUnit
(_host.TransactionDescription, _unitStack.Count == 0));