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)
206
if (
_value
!= null) {
207
PropertyDescriptorCollection props = TypeDescriptor.GetProperties(
_value
);
210
propList.Add(new WrappedPropertyDescriptor(prop,
_value
));
300
if (options.
_value
!= null) {
301
return options.
_value
;