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)
33public override object? PropertyValue
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
101public override object? PropertyValue
1 write to PropertyValue
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
105base.PropertyValue = value;
1 reference to PropertyValue
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
35get => base.PropertyValue;