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