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