7 references to Clipping
System.Drawing.Common (3)
System\Drawing\Graphics.cs (1)
3290bool applyClipping = apply.HasFlag(ApplyGraphicsProperties.Clipping);
System\Drawing\Icon.cs (2)
371using DeviceContextHdcScope hdc = new(graphics, ApplyGraphicsProperties.Clipping); 387using DeviceContextHdcScope hdc = new(graphics, ApplyGraphicsProperties.Clipping);
System.Private.Windows.GdiPlus (1)
System\Drawing\ApplyGraphicsProperties.cs (1)
30All = Clipping | TranslateTransform
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3483using DeviceContextHdcScope toolStripHDC = new(toolstripGraphics, ApplyGraphicsProperties.Clipping);
System\Windows\Forms\Rendering\TextRenderer.cs (2)
612apply |= ApplyGraphicsProperties.Clipping; 635Debug.Assert(apply.HasFlag(ApplyGraphicsProperties.Clipping)