2 writes to _properties
System.ComponentModel.TypeConverter (2)
System\ComponentModel\Design\DesignerOptionService.cs (2)
134parent!._properties = null; 203_properties = new PropertyDescriptorCollection(propArray, true);
2 references to _properties
System.ComponentModel.TypeConverter (2)
System\ComponentModel\Design\DesignerOptionService.cs (2)
177if (_properties == null) 206return _properties;