2 references to DesignerOptionCollection
System.ComponentModel.TypeConverter (2)
System\ComponentModel\Design\DesignerOptionService.cs (2)
19public DesignerOptionCollection Options => field ??= new DesignerOptionCollection(this, null, string.Empty, null); 40return new DesignerOptionCollection(this, parent, name, value);