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;
44
readonly get => _all ?
_top
: -1;
47
if (!_all ||
_top
!= value)
60
readonly get => _all ?
_top
: _bottom;
76
readonly get => _all ?
_top
: _left;
92
readonly get => _all ?
_top
: _right;
108
readonly get =>
_top
;
111
if (_all ||
_top
!= value)
183
_top = (int)(
_top
* dy);