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)
43public override object PropertyValue
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
88public override object PropertyValue{
1 write to PropertyValue
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
90base.PropertyValue = value;
1 reference to PropertyValue
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
46return base.PropertyValue;