6 references to Truncate
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.DataGridViewButtonCellRenderer.cs (1)
28
DataGridViewButtonRenderer.DrawBackground(g, bounds, Rectangle.
Truncate
(g.ClipBounds));
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.DataGridViewCheckBoxCellRenderer.cs (1)
28
CheckBoxRenderer.DrawBackground(g, bounds, Rectangle.
Truncate
(g.ClipBounds));
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellRenderer.cs (1)
27
Rectangle rectClip = Rectangle.
Truncate
(g.ClipBounds);
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (1)
869
Rectangle.
Truncate
(g.VisibleClipBounds)));
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.DataGridViewRowHeaderCellRenderer.cs (1)
28
VisualStyleRenderer.DrawBackground(g, bounds, Rectangle.
Truncate
(g.ClipBounds));
System\Windows\Forms\Controls\DataGridView\DataGridViewTopLeftHeaderCell.DataGridViewTopLeftHeaderCellRenderer.cs (1)
28
VisualStyleRenderer.DrawBackground(g, bounds, Rectangle.
Truncate
(g.ClipBounds));