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