27 writes to PaddingInternal
System.Windows.Forms (27)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
2956inheritedCellStyle.PaddingInternal = cellStyle.Padding; 2960inheritedCellStyle.PaddingInternal = columnHeadersStyle.Padding; 2964inheritedCellStyle.PaddingInternal = dataGridViewStyle.Padding;
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (6)
2249inheritedCellStyleTmp.PaddingInternal = cellStyle.Padding; 2253inheritedCellStyleTmp.PaddingInternal = rowStyle.Padding; 2258inheritedCellStyleTmp.PaddingInternal = DataGridView.RowsDefaultCellStyle.Padding; 2262inheritedCellStyleTmp.PaddingInternal = DataGridView.AlternatingRowsDefaultCellStyle.Padding; 2266inheritedCellStyleTmp.PaddingInternal = columnStyle.Padding; 2270inheritedCellStyleTmp.PaddingInternal = dataGridViewStyle.Padding;
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (3)
61PaddingInternal = dataGridViewCellStyle.Padding; 282PaddingInternal = value; 440PaddingInternal = dataGridViewCellStyle.Padding;
System\Windows\Forms\Controls\DataGridView\DataGridViewColumn.cs (2)
557inheritedCellStyleTmp.PaddingInternal = columnStyle.Padding; 561inheritedCellStyleTmp.PaddingInternal = dataGridViewStyle.Padding;
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (3)
462inheritedCellStyleTmp.PaddingInternal = cellStyle.Padding; 466inheritedCellStyleTmp.PaddingInternal = columnHeadersStyle.Padding; 470inheritedCellStyleTmp.PaddingInternal = dataGridViewStyle.Padding;
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (7)
775inheritedCellStyle.PaddingInternal = cellStyle.Padding; 779inheritedCellStyle.PaddingInternal = rowHeadersStyle.Padding; 783inheritedCellStyle.PaddingInternal = dataGridViewStyle.Padding; 1024inheritedRowStyle.PaddingInternal = rowStyle.Padding; 1029inheritedRowStyle.PaddingInternal = rowsDefaultCellStyle.Padding; 1033inheritedRowStyle.PaddingInternal = alternatingRowsDefaultCellStyle.Padding; 1037inheritedRowStyle.PaddingInternal = dataGridViewStyle.Padding;
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (3)
487inheritedCellStyleTmp.PaddingInternal = cellStyle.Padding; 491inheritedCellStyleTmp.PaddingInternal = rowHeadersStyle.Padding; 495inheritedCellStyleTmp.PaddingInternal = dataGridViewStyle.Padding;