3 writes to _left
System.Windows.Forms (3)
System\Windows\Forms\Scrolling\ScrollableControl.DockPaddingEdgesConverter.cs (3)
33_left = left; 81_left = value; 128_left = value;
4 references to _left
System.Windows.Forms (4)
System\Windows\Forms\Scrolling\ScrollableControl.DockPaddingEdgesConverter.cs (4)
50if (_left == _right && _top == _bottom && _left == _top) 52return _left; 123get => _owner is null ? _left : _owner.Padding.Left;