9 references to ApplyGraphicsProperties
System.Drawing (9)
commonui\System\Drawing\Icon.cs (2)
510WindowsGraphics wg = WindowsGraphics.FromGraphics(graphics, ApplyGraphicsProperties.Clipping); 535WindowsGraphics wg = WindowsGraphics.FromGraphics(graphics, ApplyGraphicsProperties.Clipping);
misc\GDI\WindowsGraphics.cs (7)
156ApplyGraphicsProperties properties = ApplyGraphicsProperties.All; 162public static WindowsGraphics FromGraphics(Graphics g, ApplyGraphicsProperties properties) 173if ((properties & ApplyGraphicsProperties.TranslateTransform) != 0 || (properties & ApplyGraphicsProperties.Clipping) != 0) 185if ((properties & ApplyGraphicsProperties.TranslateTransform) != 0) 194if ((properties & ApplyGraphicsProperties.Clipping) != 0)