5 writes to _top
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Padding.cs (5)
34_top = _left = _right = _bottom = all; 40_top = top; 57_top = _left = _right = _bottom = value; 126_top = value; 252_top = (int)((float)_top * dy);
11 references to _top
System.Windows.Forms (11)
winforms\Managed\System\WinForms\Padding.cs (11)
44_all = _top == _left && _top == _right && _top == _bottom; 52return _all ? _top : -1; 55if (_all != true || _top != value) { 68return _top; 86return _top; 104return _top; 121return _top; 124if (_all || _top != value) { 252_top = (int)((float)_top * dy);