2 writes to All
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (1)
434
value.
All
= 0;
winforms\Managed\System\WinForms\Padding.cs (1)
232
All
= 0;
10 references to All
System.Windows.Forms (10)
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (2)
431
if (value.
All
!= -1)
433
Debug.Assert(value.
All
< -1);
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (2)
139
if(padding.
All
< 0) {
356
if(padding.
All
!= -1) {
winforms\Managed\System\WinForms\Padding.cs (4)
266
Debug.Assert(
All
== Left && Left == Top && Top == Right && Right == Bottom, "_all is true, but All/Left/Top/Right/Bottom inconsistent.");
268
Debug.Assert(
All
== -1, "_all is false, but All != -1.");
373
new object[] {padding.
All
});
396
if(original.
All
!= all) {
winforms\Managed\System\WinForms\ScrollableControl.cs (2)
1547
if (owner.Padding.
All
== -1
1555
return owner.Padding.
All
;