32 references to FromHdcInternal
System.Drawing (8)
commonui\System\Drawing\Advanced\Font.cs (3)
805
Graphics graphics = Graphics.
FromHdcInternal
(screenDC);
935
using (Graphics graphics = Graphics.
FromHdcInternal
(screenDC)) {
1004
using( Graphics graphics = Graphics.
FromHdcInternal
(screenDC)){
commonui\System\Drawing\BufferedGraphicsContext.cs (1)
404
compatGraphics = Graphics.
FromHdcInternal
(compatDC);
commonui\System\Drawing\Graphics.cs (1)
140
return
FromHdcInternal
(hdc);
commonui\System\Drawing\Printing\DefaultPrintController.cs (1)
118
graphics = Graphics.
FromHdcInternal
( dc.Hdc );
commonui\System\Drawing\Printing\PrinterSettings.cs (1)
745
Graphics g = Graphics.
FromHdcInternal
(dc.Hdc);
commonui\System\Drawing\Printing\PrintPreviewGraphics.cs (1)
50
using( Graphics graphics = Graphics.
FromHdcInternal
(dc.Hdc) ) {
System.Windows.Forms (24)
winforms\Managed\System\WinForms\ComboBox.cs (4)
3456
Graphics graphics = Graphics.
FromHdcInternal
(m.WParam);
3609
Graphics g = Graphics.
FromHdcInternal
(dis.hDC);
3792
using (Graphics g = Graphics.
FromHdcInternal
(dc)) {
3816
using (Graphics g = Graphics.
FromHdcInternal
(m.WParam)) {
winforms\Managed\System\WinForms\ControlPaint.cs (1)
222
using( Graphics graphics = Graphics.
FromHdcInternal
(dc) ) {
winforms\Managed\System\WinForms\FontDialog.cs (1)
560
Graphics graphics = Graphics.
FromHdcInternal
(screenDC);
winforms\Managed\System\WinForms\GroupBox.cs (1)
772
using (Graphics graphics = Graphics.
FromHdcInternal
(m.WParam)) {
winforms\Managed\System\WinForms\Label.cs (1)
1623
using(Graphics g = Graphics.
FromHdcInternal
(hDC.Handle)) {
winforms\Managed\System\WinForms\ListBox.cs (1)
2326
Graphics g = Graphics.
FromHdcInternal
(dc);
winforms\Managed\System\WinForms\ListView.cs (3)
2546
Graphics g = Graphics.
FromHdcInternal
(nmcd->nmcd.hdc);
2627
Graphics g = Graphics.
FromHdcInternal
(nmcd->nmcd.hdc);
5472
Graphics g = Graphics.
FromHdcInternal
(nmcd->hdc);
winforms\Managed\System\WinForms\MenuItem.cs (2)
1496
Graphics g = Graphics.
FromHdcInternal
(dis.hDC);
1526
Graphics graphics = Graphics.
FromHdcInternal
(screendc);
winforms\Managed\System\WinForms\PaintEvent.cs (1)
134
graphics = Graphics.
FromHdcInternal
(dc);
winforms\Managed\System\WinForms\Panel.cs (1)
295
using(Graphics g = Graphics.
FromHdcInternal
(hDC.Handle)) {
winforms\Managed\System\WinForms\StatusBar.cs (1)
1038
Graphics g = Graphics.
FromHdcInternal
(dis.hDC);
winforms\Managed\System\WinForms\TabControl.cs (1)
2057
using (Graphics g = Graphics.
FromHdcInternal
(dis.hDC)) {
winforms\Managed\System\WinForms\ToolStrip.cs (2)
3676
Graphics itemGraphics = Graphics.
FromHdcInternal
(itemHDC.Handle);
3718
itemGraphics = Graphics.
FromHdcInternal
(itemHDC.Handle);
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
867
using (Graphics g = Graphics.
FromHdcInternal
(hdc.Handle)) {
winforms\Managed\System\WinForms\ToolTip.cs (1)
2600
Graphics g = Graphics.
FromHdcInternal
(dc);
winforms\Managed\System\WinForms\TreeView.cs (2)
2722
Graphics g = Graphics.
FromHdcInternal
(nmcd.nmcd.hdc);
2820
Graphics g = Graphics.
FromHdcInternal
(nmcd.nmcd.hdc);