5 references to Clipping
System.Drawing (5)
commonui\System\Drawing\Icon.cs (2)
510WindowsGraphics wg = WindowsGraphics.FromGraphics(graphics, ApplyGraphicsProperties.Clipping); 535WindowsGraphics wg = WindowsGraphics.FromGraphics(graphics, ApplyGraphicsProperties.Clipping);
misc\GDI\ApplyGraphicsProperties.cs (1)
37All = Clipping | TranslateTransform
misc\GDI\WindowsGraphics.cs (2)
173if ((properties & ApplyGraphicsProperties.TranslateTransform) != 0 || (properties & ApplyGraphicsProperties.Clipping) != 0) 194if ((properties & ApplyGraphicsProperties.Clipping) != 0)