Base:
property
PropertyValue
System.Windows.Forms.PropertyGridInternal.GridEntry.PropertyValue
2 overrides of PropertyValue
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
43
public override object
PropertyValue
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
88
public override object
PropertyValue
{
1 write to PropertyValue
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
90
base.
PropertyValue
= value;
1 reference to PropertyValue
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
46
return base.
PropertyValue
;