Base:
property
PropertyName
System.Windows.Forms.PropertyGridInternal.GridEntry.PropertyName
5 references to PropertyName
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
247trans = host.CreateTransaction(SR.GetString(SR.PropertyGridResetValue, this.PropertyName));
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (4)
117helpKeyword = this.PropertyName; 151PropertyDescriptor componentProperty = TypeDescriptor.GetProperties(ownerType)[this.PropertyName]; 525SetPropertyValue(obj, null, true, SR.GetString(SR.PropertyGridResetValue, this.PropertyName)); 929trans = DesignerHost.CreateTransaction(SR.GetString(SR.WindowsFormsSetEvent, compName + "." + this.PropertyName));