2 writes to _properties
System.ComponentModel.TypeConverter (2)
System\ComponentModel\Design\DesignerOptionService.cs (2)
129parent!._properties = null; 198_properties = new PropertyDescriptorCollection(propArray, true);
2 references to _properties
System.ComponentModel.TypeConverter (2)
System\ComponentModel\Design\DesignerOptionService.cs (2)
172if (_properties == null) 201return _properties;