11 writes to NewValue
System.Windows.Forms (10)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (5)
28413
se.
NewValue
= HorizontalOffset;
28445
se.
NewValue
= VerticalOffset;
28456
se.
NewValue
= VerticalOffset;
28465
se.
NewValue
= VerticalOffset;
28472
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)
76
NewValue
= value
20 references to NewValue
System.Windows.Forms (12)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (7)
18861
if (se.
NewValue
!= newValue)
18868
newValue = se.
NewValue
;
18894
if (se.
NewValue
!= newValue)
18899
HorizontalOffset = se.
NewValue
;
28417
HorizontalOffset = se.
NewValue
;
28480
if (se.
NewValue
>= _vertScrollBar.Maximum - _vertScrollBar.LargeChange)
28487
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)
2486
Assert.Equal(expected[callCount].
NewValue
, e.
NewValue
);
2841
Assert.Equal(expectedValue, e.
NewValue
);
System\Windows\Forms\ScrollEventArgsTests.cs (5)
20
Assert.Equal(newValue, e.
NewValue
);
35
Assert.Equal(newValue, e.
NewValue
);
49
Assert.Equal(newValue, e.
NewValue
);
63
Assert.Equal(newValue, e.
NewValue
);
78
Assert.Equal(value, e.
NewValue
);