10 writes to NewValue
System.Windows.Forms (10)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (5)
28403
se.
NewValue
= HorizontalOffset;
28435
se.
NewValue
= VerticalOffset;
28446
se.
NewValue
= VerticalOffset;
28455
se.
NewValue
= VerticalOffset;
28462
se.
NewValue
= VerticalOffset;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
3657
e.
NewValue
= ScrollBar.Value;
System\Windows\Forms\Scrolling\ScrollEventArgs.cs (4)
18
NewValue
= newValue;
28
NewValue
= newValue;
36
NewValue
= newValue;
43
NewValue
= newValue;
12 references to NewValue
System.Windows.Forms (12)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (7)
18853
if (se.
NewValue
!= newValue)
18860
newValue = se.
NewValue
;
18886
if (se.
NewValue
!= newValue)
18891
HorizontalOffset = se.
NewValue
;
28407
HorizontalOffset = se.
NewValue
;
28470
if (se.
NewValue
>= _vertScrollBar.Maximum - _vertScrollBar.LargeChange)
28477
VerticalOffset = se.
NewValue
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
3654
if (!CommitEditTextBox() || !IsScrollValueValid(e.
NewValue
))
3668
ScrollBar.Value = e.
NewValue
;
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
3688
if (se.Type != ScrollEventType.ThumbTrack && se.
NewValue
!= se.OldValue)
3690
ScrollInternal(se.OldValue - se.
NewValue
);
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
715
Value = se.
NewValue
;