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