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)
52
return
_all
? _top : -1;
55
if (
_all
!= true || _top != value) {
67
if (
_all
) {
73
if (
_all
|| _bottom != value) {
85
if (
_all
) {
91
if (
_all
|| _left != value) {
103
if (
_all
) {
109
if (
_all
|| _right != value) {
124
if (
_all
|| _top != value) {
259
return
_all
;
264
if(
_all
) {