10 references to SetDisplayRectLocation
System.Windows.Forms (9)
System\Windows\Forms\Scrolling\ScrollableControl.cs (9)
130
SetDisplayRectLocation
(-value.X, -value.Y);
623
SetDisplayRectLocation
(_displayRect.X, -pos);
639
SetDisplayRectLocation
(-pos, _displayRect.Y);
737
SetDisplayRectLocation
(x, y);
839
SetDisplayRectLocation
(scrollLocation.X, scrollLocation.Y);
1011
SetDisplayRectLocation
(x, y);
1091
SetDisplayRectLocation
(x, y);
1340
SetDisplayRectLocation
(_displayRect.X, -pos);
1432
SetDisplayRectLocation
(-pos, _displayRect.Y);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ScrollableControlTests.cs (1)
2658
public new void SetDisplayRectLocation(int x, int y) => base.
SetDisplayRectLocation
(x, y);