1 write to OldValue
System.Windows.Forms (1)
System\Windows\Forms\PropertyValueChangedEventArgs.cs (1)
14
OldValue
= oldValue;
2 references to OldValue
System.Windows.Forms.Tests (2)
System\Windows\Forms\PropertyGridTests.cs (1)
3988
e.
OldValue
.Should().Be(0);
System\Windows\Forms\PropertyValueChangedEventArgsTests.cs (1)
23
Assert.Equal(oldValue, e.
OldValue
);