5 references to CombineMode
System.Drawing (1)
System.Drawing.cs (1)
23
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.
CombineMode
))]
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)
1611
g.SetClip(oldClip,
CombineMode
.Replace);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3598
toolstripGraphics.SetClip(transparentRegion!,
CombineMode
.Union);