10 references to SetDisplayRectLocation
System.Windows.Forms (9)
System\Windows\Forms\Scrolling\ScrollableControl.cs (9)
126
SetDisplayRectLocation
(-value.X, -value.Y);
615
SetDisplayRectLocation
(_displayRect.X, -pos);
631
SetDisplayRectLocation
(-pos, _displayRect.Y);
729
SetDisplayRectLocation
(x, y);
831
SetDisplayRectLocation
(scrollLocation.X, scrollLocation.Y);
1003
SetDisplayRectLocation
(x, y);
1083
SetDisplayRectLocation
(x, y);
1332
SetDisplayRectLocation
(_displayRect.X, -pos);
1424
SetDisplayRectLocation
(-pos, _displayRect.Y);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ScrollableControlTests.cs (1)
2660
public new void SetDisplayRectLocation(int x, int y) => base.
SetDisplayRectLocation
(x, y);