Base:
property
PropertyValue
System.Windows.Forms.PropertyGridInternal.GridEntry.PropertyValue
1 write to PropertyValue
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGridInternal\ArrayElementGridEntryTests.cs (1)
41entry.PropertyValue = 10;
2 references to PropertyValue
System.Windows.Forms.Tests (2)
System\Windows\Forms\PropertyGridInternal\ArrayElementGridEntryTests.cs (2)
39entry.PropertyValue.Should().Be(3); 42entry.PropertyValue.Should().Be(10);