7 writes to _all
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Padding.cs (7)
33_all = true; 44_all = _top == _left && _top == _right && _top == _bottom; 56_all = true; 74_all = false; 92_all = false; 110_all = false; 125_all = false;
11 references to _all
System.Windows.Forms (11)
winforms\Managed\System\WinForms\Padding.cs (11)
52return _all ? _top : -1; 55if (_all != true || _top != value) { 67if (_all) { 73if (_all || _bottom != value) { 85if (_all) { 91if (_all || _left != value) { 103if (_all) { 109if (_all || _right != value) { 124if (_all || _top != value) { 259return _all; 264if(_all) {