3 references to PropAutoScrollOffset
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
994
if (Properties.ContainsObject(
PropAutoScrollOffset
)) {
995
return (Point)Properties.GetObject(
PropAutoScrollOffset
);
1001
Properties.SetObject(
PropAutoScrollOffset
, value);