4 references to DATAGRIDVIEWBUTTONCELL_themeMargin
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (4)
412
Rectangle rectCell = new(0, 0,
DATAGRIDVIEWBUTTONCELL_themeMargin
,
DATAGRIDVIEWBUTTONCELL_themeMargin
);
416
s_rectThemeMargins.Width =
DATAGRIDVIEWBUTTONCELL_themeMargin
- rectContent.Right;
417
s_rectThemeMargins.Height =
DATAGRIDVIEWBUTTONCELL_themeMargin
- rectContent.Bottom;