3 references to FromHwndInternal
System.Drawing.Common.Tests (1)
System\Drawing\GraphicsTests.cs (1)
130Assert.Throws<ExternalException>(() => Graphics.FromHwndInternal(10));
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
4456return Graphics.FromHwndInternal(Handle);
System\Windows\Forms\Form.cs (1)
3730using Graphics graphics = Graphics.FromHwndInternal(0);