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