6 references to new
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Design\DesignerTransactionCloseEventArgs.cs (1)
13
public DesignerTransactionCloseEventArgs(bool commit) :
this
(commit, lastTransaction: true)
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerEventService.cs (1)
291
OnTransactionClosed(host,
new
(commit: false, lastTransaction: true));
System\ComponentModel\Design\DesignerHost.DesignerHostTransaction.cs (2)
47
DesignerTransactionCloseEventArgs e =
new
(false, transactions.Count == 0);
80
DesignerTransactionCloseEventArgs e =
new
(true, transactions.Count == 0);
System\ComponentModel\Design\SelectionService.cs (1)
279
OnTransactionClosed(host,
new
(commit: true, lastTransaction: true));
System\Windows\Forms\Design\SelectionUIService.cs (1)
159
OnTransactionClosed(_host, new
DesignerTransactionCloseEventArgs
(true, true));