5 writes to _bottom
System.Windows.Forms.Primitives (5)
System\Windows\Forms\Padding.cs (5)
27
_top = _left = _right =
_bottom
= all;
36
_bottom
= bottom;
50
_top = _left = _right =
_bottom
= value;
66
_bottom
= value;
186
_bottom
= (int)(_bottom * dy);
4 references to _bottom
System.Windows.Forms.Primitives (4)
System\Windows\Forms\Padding.cs (4)
37
_all = _top == _left && _top == _right && _top ==
_bottom
;
60
readonly get => _all ? _top :
_bottom
;
63
if (_all ||
_bottom
!= value)
186
_bottom = (int)(
_bottom
* dy);