27 writes to PaddingInternal
System.Windows.Forms (27)
winforms\Managed\System\WinForms\DataGridViewCell.cs (6)
2532inheritedCellStyleTmp.PaddingInternal = cellStyle.Padding; 2536inheritedCellStyleTmp.PaddingInternal = rowStyle.Padding; 2541inheritedCellStyleTmp.PaddingInternal = this.DataGridView.RowsDefaultCellStyle.Padding; 2545inheritedCellStyleTmp.PaddingInternal = this.DataGridView.AlternatingRowsDefaultCellStyle.Padding; 2549inheritedCellStyleTmp.PaddingInternal = columnStyle.Padding; 2553inheritedCellStyleTmp.PaddingInternal = dataGridViewStyle.Padding;
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (3)
81this.PaddingInternal = dataGridViewCellStyle.Padding; 444this.PaddingInternal = value; 656this.PaddingInternal = dataGridViewCellStyle.Padding;
winforms\Managed\System\WinForms\DataGridViewColumn.cs (2)
748inheritedCellStyleTmp.PaddingInternal = columnStyle.Padding; 752inheritedCellStyleTmp.PaddingInternal = dataGridViewStyle.Padding;
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (3)
499inheritedCellStyleTmp.PaddingInternal = cellStyle.Padding; 503inheritedCellStyleTmp.PaddingInternal = columnHeadersStyle.Padding; 507inheritedCellStyleTmp.PaddingInternal = dataGridViewStyle.Padding;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
3001inheritedCellStyle.PaddingInternal = cellStyle.Padding; 3005inheritedCellStyle.PaddingInternal = columnHeadersStyle.Padding; 3009inheritedCellStyle.PaddingInternal = dataGridViewStyle.Padding;
winforms\Managed\System\WinForms\DataGridViewRow.cs (7)
857inheritedCellStyle.PaddingInternal = cellStyle.Padding; 861inheritedCellStyle.PaddingInternal = rowHeadersStyle.Padding; 865inheritedCellStyle.PaddingInternal = dataGridViewStyle.Padding; 1102inheritedRowStyle.PaddingInternal = rowStyle.Padding; 1107inheritedRowStyle.PaddingInternal = rowsDefaultCellStyle.Padding; 1111inheritedRowStyle.PaddingInternal = alternatingRowsDefaultCellStyle.Padding; 1115inheritedRowStyle.PaddingInternal = dataGridViewStyle.Padding;
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (3)
625inheritedCellStyleTmp.PaddingInternal = cellStyle.Padding; 629inheritedCellStyleTmp.PaddingInternal = rowHeadersStyle.Padding; 633inheritedCellStyleTmp.PaddingInternal = dataGridViewStyle.Padding;