1 implementation of TransactionClosing
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerHost.cs (1)
896event DesignerTransactionCloseEventHandler IDesignerHost.TransactionClosing
3 references to TransactionClosing
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Design\IDesignerHost.cs (1)
72/// Adds an event handler for the <see cref='System.ComponentModel.Design.IDesignerHost.TransactionClosing'/> event.
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (2)
797host?.TransactionClosing -= OnTransactionClosing; 1156host.TransactionClosing += OnTransactionClosing;