4 references to DataGridViewButtonCellRenderer
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (4)
447
Rectangle rectContent =
DataGridViewButtonCellRenderer
.DataGridViewButtonRenderer.GetBackgroundContentRectangle(g, rectCell);
783
DataGridViewButtonCellRenderer
.DrawButton(g, valBounds, (int)pbState);
786
valBounds =
DataGridViewButtonCellRenderer
.DataGridViewButtonRenderer.GetBackgroundContentRectangle(g, valBounds);
1031
textColor =
DataGridViewButtonCellRenderer
.DataGridViewButtonRenderer.GetColor(ColorProperty.TextColor);