3 writes to _top
System.Windows.Forms (3)
System\Windows\Forms\Scrolling\ScrollableControl.DockPaddingEdgesConverter.cs (3)
35
_top
= top;
82
_top
= value;
174
_top
= value;
3 references to _top
System.Windows.Forms (3)
System\Windows\Forms\Scrolling\ScrollableControl.DockPaddingEdgesConverter.cs (3)
50
if (_left == _right &&
_top
== _bottom && _left ==
_top
)
169
get => _owner is null ?
_top
: _owner.Padding.Top;