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