Base:
property
PropertyValue
System.Windows.Forms.PropertyGridInternal.GridEntry.PropertyValue
2 overrides of PropertyValue
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
33
public override object?
PropertyValue
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
101
public override object?
PropertyValue
1 write to PropertyValue
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
105
base.
PropertyValue
= value;
1 reference to PropertyValue
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
35
get => base.
PropertyValue
;