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