9 references to IconMarginHeight
System.Windows.Forms (9)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (1)
401
preferredSize.Height = Math.Max(preferredSize.Height, borderAndPaddingHeights +
IconMarginHeight
* 2 + s_iconsHeight);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (3)
1017
cellValueBounds.Height >=
IconMarginHeight
* 2 + s_iconsHeight)
3540
cellValueBounds.Height >=
IconMarginHeight
* 2 + s_iconsHeight)
3568
cellValueBounds.Height >=
IconMarginHeight
* 2 + s_iconsHeight)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
750
borderAndPaddingHeights +
IconMarginHeight
* 2 + s_iconsHeight);
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
1219
preferredSize.Height = Math.Max(preferredSize.Height, borderAndPaddingHeights +
IconMarginHeight
* 2 + s_iconsHeight);
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (1)
532
preferredSize.Height = Math.Max(preferredSize.Height, borderAndPaddingHeights +
IconMarginHeight
* 2 + s_iconsHeight);
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (1)
660
preferredSize.Height = Math.Max(preferredSize.Height, borderAndPaddingHeights +
IconMarginHeight
* 2 + s_iconsHeight);
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (1)
498
preferredSize.Height = Math.Max(preferredSize.Height, borderAndPaddingHeights +
IconMarginHeight
* 2 + s_iconsHeight);