14 references to SetClip
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (1)
11916
bufferedGraphics.Graphics.
SetClip
(clip);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
16693
g.
SetClip
(gridRect);
19423
g.
SetClip
(rowRect);
19499
g.
SetClip
(_layout.TopLeftHeader);
19516
g.
SetClip
(columnHeadersClip);
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (1)
867
g.
SetClip
(Rectangle.Intersect(
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (1)
1602
graphics.
SetClip
(rowRect);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1573
g.
SetClip
(textRect);
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
617
g.
SetClip
(rect);
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
505
g.
SetClip
(new Rectangle(0, yPos, lineWidth, lineHeight));
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (2)
206
_graphicsTarget?.
SetClip
(rect);
809
_graphicsTarget.
SetClip
(newImageRect);
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (1)
385
graphics.
SetClip
(borderRect);
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
1788
_graphics.
SetClip
(frameRect);