5 writes to _right
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Padding.cs (5)
34
_top = _left =
_right
= _bottom = all;
42
_right
= right;
57
_top = _left =
_right
= _bottom = value;
111
_right
= value;
254
_right
= (int)((float)_right * dx);
4 references to _right
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Padding.cs (4)
44
_all = _top == _left && _top ==
_right
&& _top == _bottom;
106
return
_right
;
109
if (_all ||
_right
!= value) {
254
_right = (int)((float)
_right
* dx);