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)
247
trans = host.CreateTransaction(SR.GetString(SR.PropertyGridResetValue, this.
PropertyName
));
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (4)
117
helpKeyword = this.
PropertyName
;
151
PropertyDescriptor componentProperty = TypeDescriptor.GetProperties(ownerType)[this.
PropertyName
];
525
SetPropertyValue(obj, null, true, SR.GetString(SR.PropertyGridResetValue, this.
PropertyName
));
929
trans = DesignerHost.CreateTransaction(SR.GetString(SR.WindowsFormsSetEvent, compName + "." + this.
PropertyName
));