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; 60readonly get => _all ? _top : _bottom; 63if (_all || _bottom != value) 186_bottom = (int)(_bottom * dy);