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