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