8 references to ExcludeClip
System.Drawing.Common.Tests (1)
mono\System.Drawing\GraphicsTests.cs (1)
179
g.
ExcludeClip
(new Rectangle(40, 60, 100, 20));
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxPopupAdapter.cs (1)
80
e.GraphicsInternal.
ExcludeClip
(layout.CheckArea);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
1160
e.Graphics.
ExcludeClip
(imageBounds);
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
673
g.
ExcludeClip
(pageRenderArea[imageIndex - StartPage]);
System\Windows\Forms\Rendering\ControlPaint.cs (1)
1879
graphics.
ExcludeClip
(insideRect);
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ControlDesigner.cs (1)
2268
e.Graphics.
ExcludeClip
(imageRect);
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (1)
146
graphics.
ExcludeClip
(inner);
System\Windows\Forms\Design\TabOrder.cs (1)
217
graphics.
ExcludeClip
(ctlInner);