3 writes to _bottom
System.Windows.Forms (3)
System\Windows\Forms\Scrolling\ScrollableControl.DockPaddingEdgesConverter.cs (3)
36
_bottom
= bottom;
84
_bottom
= value;
105
_bottom
= value;
2 references to _bottom
System.Windows.Forms (2)
System\Windows\Forms\Scrolling\ScrollableControl.DockPaddingEdgesConverter.cs (2)
50
if (_left == _right && _top ==
_bottom
&& _left == _top)
100
get => _owner is null ?
_bottom
: _owner.Padding.Bottom;