3 references to FromGraphics
System.Drawing (3)
commonui\System\Drawing\Icon.cs (2)
510WindowsGraphics wg = WindowsGraphics.FromGraphics(graphics, ApplyGraphicsProperties.Clipping); 535WindowsGraphics wg = WindowsGraphics.FromGraphics(graphics, ApplyGraphicsProperties.Clipping);
misc\GDI\WindowsGraphics.cs (1)
157return WindowsGraphics.FromGraphics(g, properties);