4 references to DeviceContext
System.Drawing (4)
misc\GDI\DeviceContext.cs (4)
280return new DeviceContext( hdc, DeviceContextType.NamedDevice ); 293return new DeviceContext( hdc, DeviceContextType.Information ); 311return new DeviceContext(compatibleDc, DeviceContextType.Memory); 324return new DeviceContext(hdc, DeviceContextType.Unknown);