1 implementation of TransactionClosing
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerHost.cs (1)
906event DesignerTransactionCloseEventHandler IDesignerHost.TransactionClosing
7 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)
802host.TransactionClosing -= OnTransactionClosing; 1162host.TransactionClosing += OnTransactionClosing;
System.Windows.Forms.Design.Tests (4)
System\ComponentModel\Design\DesignerHostTests.cs (4)
2027host.TransactionClosing += closingHandler; 2053host.TransactionClosing -= closingHandler; 2140host.TransactionClosing += closingHandler; 2166host.TransactionClosing -= closingHandler;