5 writes to _top
System.Windows.Forms.Primitives (5)
System\Windows\Forms\Padding.cs (5)
27_top = _left = _right = _bottom = all; 33_top = top; 50_top = _left = _right = _bottom = value; 114_top = value; 183_top = (int)(_top * dy);
11 references to _top
System.Windows.Forms.Primitives (11)
System\Windows\Forms\Padding.cs (11)
37_all = _top == _left && _top == _right && _top == _bottom; 44readonly get => _all ? _top : -1; 47if (!_all || _top != value) 60readonly get => _all ? _top : _bottom; 76readonly get => _all ? _top : _left; 92readonly get => _all ? _top : _right; 108readonly get => _top; 111if (_all || _top != value) 183_top = (int)(_top * dy);