4 writes to OldValue
System.Windows.Forms (4)
System\Windows\Forms\Scrolling\ScrollEventArgs.cs (4)
19OldValue = -1; 30OldValue = -1; 37OldValue = oldValue; 44OldValue = oldValue;
2 references to OldValue
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
3688if (se.Type != ScrollEventType.ThumbTrack && se.NewValue != se.OldValue) 3690ScrollInternal(se.OldValue - se.NewValue);