10 references to SetDisplayRectLocation
System.Windows.Forms (9)
System\Windows\Forms\Scrolling\ScrollableControl.cs (9)
130
SetDisplayRectLocation
(-value.X, -value.Y);
617
SetDisplayRectLocation
(_displayRect.X, -pos);
633
SetDisplayRectLocation
(-pos, _displayRect.Y);
731
SetDisplayRectLocation
(x, y);
833
SetDisplayRectLocation
(scrollLocation.X, scrollLocation.Y);
1005
SetDisplayRectLocation
(x, y);
1085
SetDisplayRectLocation
(x, y);
1334
SetDisplayRectLocation
(_displayRect.X, -pos);
1426
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);