9 references to 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)
3489using DeviceContextHdcScope toolStripHDC = new(toolstripGraphics, ApplyGraphicsProperties.Clipping);
System\Windows\Forms\Rendering\TextRenderer.cs (2)
612apply |= ApplyGraphicsProperties.Clipping; 635Debug.Assert(apply.HasFlag(ApplyGraphicsProperties.Clipping)
System.Windows.Forms.Primitives.Tests (5)
System\Windows\Forms\DeviceContextHdcScopeTests.cs (5)
42using (DeviceContextHdcScope scope = new(g, ApplyGraphicsProperties.Clipping)) 137using (DeviceContextHdcScope scope = new(g, ApplyGraphicsProperties.Clipping)) 211[InlineData((int)ApplyGraphicsProperties.Clipping)] 244[InlineData((int)ApplyGraphicsProperties.Clipping)] 316[InlineData((int)ApplyGraphicsProperties.Clipping)]