2 writes to hWnd
System.Drawing (2)
misc\GDI\DeviceContext.cs (2)
230
this.
hWnd
= hWnd;
257
this.
hWnd
= IntUnsafeNativeMethods.WindowFromDC( new HandleRef( this, this.hDC) );
2 references to hWnd
System.Drawing (2)
misc\GDI\DeviceContext.cs (2)
437
this.hDC = IntUnsafeNativeMethods.GetDC(new HandleRef(this, this.
hWnd
));
459
IntUnsafeNativeMethods.ReleaseDC(new HandleRef(this, this.
hWnd
), new HandleRef(this, this.hDC));