2 references to FromHwndInternal
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
110
public static Graphics FromHwnd(IntPtr hwnd) =>
FromHwndInternal
(hwnd);
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
4456
return Graphics.
FromHwndInternal
(Handle);