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