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