7 references to DATAGRIDVIEWCHECKBOXCELL_margin
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (7)
787
preferredSize = new Size(checkBoxSize.Width + borderAndPaddingWidths + 2 *
DATAGRIDVIEWCHECKBOXCELL_margin
, 0);
792
preferredSize = new Size(0, checkBoxSize.Height + borderAndPaddingHeights + 2 *
DATAGRIDVIEWCHECKBOXCELL_margin
);
797
preferredSize = new Size(checkBoxSize.Width + borderAndPaddingWidths + 2 *
DATAGRIDVIEWCHECKBOXCELL_margin
,
798
checkBoxSize.Height + borderAndPaddingHeights + 2 *
DATAGRIDVIEWCHECKBOXCELL_margin
);
815
checkBoxSize = SystemInformation.Border3DSize.Width * 2 + 9 + 2 *
DATAGRIDVIEWCHECKBOXCELL_margin
;
1251
valBounds.Inflate(-
DATAGRIDVIEWCHECKBOXCELL_margin
, -
DATAGRIDVIEWCHECKBOXCELL_margin
);