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