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