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
;
70
return
_bottom
;
73
if (_all ||
_bottom
!= value) {
255
_bottom = (int)((float)
_bottom
* dy);