5 writes to _bottom
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Padding.cs (5)
34_top = _left = _right = _bottom = all; 43_bottom = bottom; 57_top = _left = _right = _bottom = value; 75_bottom = value; 255_bottom = (int)((float)_bottom * dy);
4 references to _bottom
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Padding.cs (4)
44_all = _top == _left && _top == _right && _top == _bottom; 70return _bottom; 73if (_all || _bottom != value) { 255_bottom = (int)((float)_bottom * dy);