5 writes to _left
System.Windows.Forms.Primitives (5)
System\Windows\Forms\Padding.cs (5)
27
_top =
_left
= _right = _bottom = all;
34
_left
= left;
50
_top =
_left
= _right = _bottom = value;
82
_left
= value;
184
_left
= (int)(_left * dx);
4 references to _left
System.Windows.Forms.Primitives (4)
System\Windows\Forms\Padding.cs (4)
37
_all = _top ==
_left
&& _top == _right && _top == _bottom;
76
readonly get => _all ? _top :
_left
;
79
if (_all ||
_left
!= value)
184
_left = (int)(
_left
* dx);