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)
50if (_left == _right && _top == _bottom && _left == _top) 100get => _owner is null ? _bottom : _owner.Padding.Bottom;