1 write to NewTab
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyTabChangedEventArgs.cs (1)
13
NewTab
= newTab;
2 references to NewTab
System.Windows.Forms.Tests (2)
System\Windows\Forms\PropertyGridTests.cs (1)
4095
eventArgs.
NewTab
.Should().Be(newTab);
System\Windows\Forms\PropertyTabChangedEventArgsTests.cs (1)
24
Assert.Equal(newTab, e.
NewTab
);