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