2 references to PropertyGridResetValue
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
275
DesignerTransaction? transaction = host?.CreateTransaction(string.Format(SR.
PropertyGridResetValue
, PropertyName));
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
409
SetPropertyValue(owner, value: null, reset: true, undoText: string.Format(SR.
PropertyGridResetValue
, PropertyName));