5 writes to value
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ScrollableControl.cs (3)
1035
scrollProperties.
value
= 0;
1246
HorizontalScroll.
value
= -displayRect.X;
1261
VerticalScroll.
value
= -displayRect.Y;
winforms\Managed\System\WinForms\ScrollProperties.cs (2)
186
this.
value
= value;
270
this.
value
= value;
7 references to value
System.Windows.Forms (7)
winforms\Managed\System\WinForms\HScrollProperties.cs (1)
47
return -this.
value
;
winforms\Managed\System\WinForms\ScrollProperties.cs (5)
148
if (value < this.
value
)
185
if (value > this.
value
)
263
return
value
;
266
if (this.
value
!= value) {
319
si.nPos =
value
;
winforms\Managed\System\WinForms\VScrollProperties.cs (1)
50
return -this.
value
;