11 writes to NewValue
System.Windows.Forms (10)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (5)
28414
se.
NewValue
= HorizontalOffset;
28446
se.
NewValue
= VerticalOffset;
28457
se.
NewValue
= VerticalOffset;
28466
se.
NewValue
= VerticalOffset;
28473
se.
NewValue
= VerticalOffset;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
3619
e.
NewValue
= ScrollBar.Value;
System\Windows\Forms\Scrolling\ScrollEventArgs.cs (4)
18
NewValue
= newValue;
28
NewValue
= newValue;
36
NewValue
= newValue;
43
NewValue
= newValue;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ScrollEventArgsTests.cs (1)
74
NewValue
= value
20 references to NewValue
System.Windows.Forms (12)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (7)
18862
if (se.
NewValue
!= newValue)
18869
newValue = se.
NewValue
;
18895
if (se.
NewValue
!= newValue)
18900
HorizontalOffset = se.
NewValue
;
28418
HorizontalOffset = se.
NewValue
;
28481
if (se.
NewValue
>= _vertScrollBar.Maximum - _vertScrollBar.LargeChange)
28488
VerticalOffset = se.
NewValue
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
3616
if (!CommitEditTextBox() || !IsScrollValueValid(e.
NewValue
))
3630
ScrollBar.Value = e.
NewValue
;
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
3687
if (se.Type != ScrollEventType.ThumbTrack && se.
NewValue
!= se.OldValue)
3689
ScrollInternal(se.OldValue - se.
NewValue
);
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
722
Value = se.
NewValue
;
System.Windows.Forms.Tests (8)
System\Windows\Forms\ScrollBarTests.cs (3)
2484
Assert.Equal(expected[callCount].
NewValue
, e.
NewValue
);
2839
Assert.Equal(expectedValue, e.
NewValue
);
System\Windows\Forms\ScrollEventArgsTests.cs (5)
18
Assert.Equal(newValue, e.
NewValue
);
33
Assert.Equal(newValue, e.
NewValue
);
47
Assert.Equal(newValue, e.
NewValue
);
61
Assert.Equal(newValue, e.
NewValue
);
76
Assert.Equal(value, e.
NewValue
);