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; 76readonly get => _all ? _top : _left; 79if (_all || _left != value) 184_left = (int)(_left * dx);