1 write to Description
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Design\DesignerTransaction.cs (1)
19protected DesignerTransaction(string description) => Description = description;
5 references to Description
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerHost.cs (1)
869? transaction.Description
System\ComponentModel\Design\DesignerHost.DesignerHostTransaction.cs (4)
39string nestedDescription = transactions.Peek().Description; 40throw new InvalidOperationException(string.Format(SR.DesignerHostNestedTransaction, Description, nestedDescription)); 72string nestedDescription = transactions.Peek().Description; 73throw new InvalidOperationException(string.Format(SR.DesignerHostNestedTransaction, Description, nestedDescription));