1 write to _value
System (1)
compmod\system\componentmodel\design\DesignerOptionService.cs (1)
153_value = value;
5 references to _value
System (5)
compmod\system\componentmodel\design\DesignerOptionService.cs (5)
206if (_value != null) { 207PropertyDescriptorCollection props = TypeDescriptor.GetProperties(_value); 210propList.Add(new WrappedPropertyDescriptor(prop, _value)); 300if (options._value != null) { 301return options._value;