7 references to FromHwndInternal
System.Drawing (1)
commonui\System\Drawing\Graphics.cs (1)
197
return
FromHwndInternal
(hwnd);
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (1)
5763
return Graphics.
FromHwndInternal
(this.Handle);
winforms\Managed\System\WinForms\Form.cs (1)
4106
using( Graphics graphics = Graphics.
FromHwndInternal
(IntPtr.Zero /*screen*/) ) {
winforms\Managed\System\WinForms\StatusBar.cs (2)
104
elementSize = vsRenderer.GetPartSize(Graphics.
FromHwndInternal
(this.Handle), ThemeSizeType.True);
110
elementSize = vsRenderer.GetPartSize(Graphics.
FromHwndInternal
(this.Handle), ThemeSizeType.True);
System.Windows.Forms.DataVisualization (2)
WinForm\ChartWinControl.cs (2)
2145
using (Graphics g = Graphics.
FromHwndInternal
(Handle))
2160
using (Graphics g = Graphics.
FromHwndInternal
(Handle))