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