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; 106return _right; 109if (_all || _right != value) { 254_right = (int)((float)_right * dx);