5 overrides of Value
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
787
public sealed override object?
Value
=> PropertyValue;
System.Windows.Forms.Tests (4)
System\Windows\Forms\GridItemCollectionTests.cs (1)
69
public override object
Value
=> "value";
System\Windows\Forms\GridItemTests.cs (1)
60
public override object
Value
=> "value";
System\Windows\Forms\PropertyValueChangedEventArgsTests.cs (1)
38
public override object
Value
{ get; }
System\Windows\Forms\SelectedGridItemChangedEventArgsTests.cs (1)
40
public override object
Value
{ get; }
2 references to Value
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2968
string.Format(SR.PropertyGridPropertyValueSelectedFormat, changedItem.
Value
));
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGridTests.cs (1)
4062
selectedGridItem.
Value
.Should().Be("Default1");