2 references to DesignerOptionCollection
System.ComponentModel.TypeConverter (2)
System\ComponentModel\Design\DesignerOptionService.cs (2)
23get => _options ??= new DesignerOptionCollection(this, null, string.Empty, null); 45return new DesignerOptionCollection(this, parent, name, value);