5 references to SetClip
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
207
set =>
SetClip
(value, Drawing2D.CombineMode.Replace);
System.Drawing.Common.Tests (2)
mono\System.Drawing\GraphicsTests.cs (2)
243
g.
SetClip
(new Region(new Rectangle(50, 40, 210, 220)), CombineMode.Replace);
503
g.
SetClip
(clone, CombineMode.Replace);
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1605
g.
SetClip
(oldClip, CombineMode.Replace);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3598
toolstripGraphics.
SetClip
(transparentRegion!, CombineMode.Union);