4 references to Properties
System.ComponentModel.TypeConverter (4)
System\ComponentModel\Design\DesignerVerb.cs (4)
25
Properties
["Text"] = text == null ? null : ParameterReplacementRegex.Replace(text, "");
38
object? result =
Properties
["Description"];
46
set =>
Properties
["Description"] = value;
56
object? result =
Properties
["Text"];