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