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)
44readonly get => _all ? _top : -1; 47if (!_all || _top != value) 60readonly get => _all ? _top : _bottom; 63if (_all || _bottom != value) 76readonly get => _all ? _top : _left; 79if (_all || _left != value) 92readonly get => _all ? _top : _right; 95if (_all || _right != value) 111if (_all || _top != value) 189internal readonly bool ShouldSerializeAll() => _all; 194if (_all)