1 write to Description
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Design\DesignerTransaction.cs (1)
19
protected 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)
39
string nestedDescription = transactions.Peek().
Description
;
40
throw new InvalidOperationException(string.Format(SR.DesignerHostNestedTransaction,
Description
, nestedDescription));
72
string nestedDescription = transactions.Peek().
Description
;
73
throw new InvalidOperationException(string.Format(SR.DesignerHostNestedTransaction,
Description
, nestedDescription));