23 references to Properties
System.Drawing (23)
commonui\System\Drawing\Design\ToolboxItem.cs (23)
95
return (AssemblyName)
Properties
["AssemblyName"];
98
Properties
["AssemblyName"] = value;
109
AssemblyName[] names = (AssemblyName[])
Properties
["DependentAssemblies"];
116
Properties
["DependentAssemblies"] = value.Clone();
129
return (Bitmap)
Properties
["Bitmap"];
132
Properties
["Bitmap"] = value;
143
return (Bitmap)
Properties
["OriginalBitmap"];
146
Properties
["OriginalBitmap"] = value;
157
return (string)
Properties
["Company"];
160
Properties
["Company"] = value;
181
return (string)
Properties
["Description"];
184
Properties
["Description"] = value;
194
return (string)
Properties
["DisplayName"];
197
Properties
["DisplayName"] = value;
208
return (ICollection)
Properties
["Filter"];
211
Properties
["Filter"] = value;
224
return (bool)
Properties
["IsTransient"];
227
Properties
["IsTransient"] = value;
267
return (string)
Properties
["TypeName"];
270
Properties
["TypeName"] = value;
460
Properties
[entry.Name] = entry.Value;
833
ArrayList propertyNames = new ArrayList(
Properties
.Count);
834
foreach (DictionaryEntry de in
Properties
) {