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;
92
readonly get => _all ? _top :
_right
;
95
if (_all ||
_right
!= value)
185
_right = (int)(
_right
* dx);