7 writes to _all
System.Windows.Forms.Primitives (7)
System\Windows\Forms\Padding.cs (7)
26
_all
= true;
37
_all
= _top == _left && _top == _right && _top == _bottom;
49
_all
= true;
65
_all
= false;
81
_all
= false;
97
_all
= false;
113
_all
= false;
11 references to _all
System.Windows.Forms.Primitives (11)
System\Windows\Forms\Padding.cs (11)
44
readonly get =>
_all
? _top : -1;
47
if (!
_all
|| _top != value)
60
readonly get =>
_all
? _top : _bottom;
63
if (
_all
|| _bottom != value)
76
readonly get =>
_all
? _top : _left;
79
if (
_all
|| _left != value)
92
readonly get =>
_all
? _top : _right;
95
if (
_all
|| _right != value)
111
if (
_all
|| _top != value)
189
internal readonly bool ShouldSerializeAll() =>
_all
;
194
if (
_all
)