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