5 references to DeviceContextGraphicsMode
System.Drawing (5)
misc\GDI\DeviceContext.cs (5)
473public DeviceContextGraphicsMode GraphicsMode 479return (DeviceContextGraphicsMode) IntUnsafeNativeMethods.GetGraphicsMode( new HandleRef( this, this.Hdc ) ); 494public DeviceContextGraphicsMode SetGraphicsMode(DeviceContextGraphicsMode newMode) 496return (DeviceContextGraphicsMode) IntUnsafeNativeMethods.SetGraphicsMode( new HandleRef( this, this.Hdc ), unchecked((int) newMode));