6 references to Display
System.Drawing (6)
misc\GDI\DeviceContext.cs (6)
147if( this.dcType == DeviceContextType.Display ) 231this.dcType = DeviceContextType.Display; 255if( dcType == DeviceContextType.Display ) 371case DeviceContextType.Display: 433Debug.Assert( this.dcType == DeviceContextType.Display, "Calling GetDC from a non display/window device." ); 454if (this.hDC != IntPtr.Zero && this.dcType == DeviceContextType.Display)