3 references to OnTransactionClosed
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerEventService.cs (3)
259
host.TransactionClosed +=
OnTransactionClosed
;
286
host.TransactionClosed -=
OnTransactionClosed
;
291
OnTransactionClosed
(host, new(commit: false, lastTransaction: true));