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