5 writes to _right
System.Windows.Forms.Primitives (5)
System\Windows\Forms\Padding.cs (5)
27_top = _left = _right = _bottom = all; 35_right = right; 50_top = _left = _right = _bottom = value; 98_right = value; 185_right = (int)(_right * dx);
4 references to _right
System.Windows.Forms.Primitives (4)
System\Windows\Forms\Padding.cs (4)
37_all = _top == _left && _top == _right && _top == _bottom; 92readonly get => _all ? _top : _right; 95if (_all || _right != value) 185_right = (int)(_right * dx);