1 override of AutoScrollOffset
System.Windows.Forms (1)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
134
public override Point
AutoScrollOffset
1 write to AutoScrollOffset
System.Windows.Forms (1)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
137
set => base.
AutoScrollOffset
= value;
3 references to AutoScrollOffset
System.Windows.Forms (3)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
136
get => base.
AutoScrollOffset
;
System\Windows\Forms\Scrolling\ScrollableControl.cs (2)
890
xCalc += activeControl.
AutoScrollOffset
.X;
891
yCalc += activeControl.
AutoScrollOffset
.Y;