2 references to FromHwnd
System.Drawing (2)
commonui\System\Drawing\Graphics.cs (1)
920using( DeviceContext dc = DeviceContext.FromHwnd( IntPtr.Zero )){ // screen DC
misc\GDI\WindowsGraphics.cs (1)
108DeviceContext dc = DeviceContext.FromHwnd( hWnd );