22 references to ScreenDC
System.Drawing.Common (11)
misc\DpiHelper.cs (1)
34
using var hdc = GetDcScope.
ScreenDC
;
System\Drawing\Font.cs (8)
553
using var hdc = GetDcScope.
ScreenDC
;
564
using var hdc = GetDcScope.
ScreenDC
;
575
using var hdc = GetDcScope.
ScreenDC
;
697
using var hdc = GetDcScope.
ScreenDC
;
705
using var hdc = GetDcScope.
ScreenDC
;
716
using var hdc = GetDcScope.
ScreenDC
;
725
using var hdc = GetDcScope.
ScreenDC
;
743
using var hdc = GetDcScope.
ScreenDC
;
System\Drawing\Graphics.cs (1)
2735
using var screenDC = GetDcScope.
ScreenDC
;
System\Drawing\Icon.cs (1)
433
using var hdc = GetDcScope.
ScreenDC
;
System.Private.Windows.Core (1)
Windows\Win32\Graphics\Gdi\HBITMAP.cs (1)
21
using var screenDC = GetDcScope.
ScreenDC
;
System.Windows.Forms (7)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1058
using var dc = GetDcScope.
ScreenDC
;
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
282
using var dc = GetDcScope.
ScreenDC
;
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2764
using var dc = GetDcScope.
ScreenDC
;
System\Windows\Forms\Controls\WebBrowser\WebBrowserHelper.cs (2)
68
using var dc = GetDcScope.
ScreenDC
;
83
using var dc = GetDcScope.
ScreenDC
;
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (2)
382
using var dc = GetDcScope.
ScreenDC
;
465
using var dc = GetDcScope.
ScreenDC
;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (1)
180
using var hdc = GetDcScope.
ScreenDC
;
System.Windows.Forms.Primitives (2)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
887
using var dc = GetDcScope.
ScreenDC
;
System\Windows\Forms\Internals\ScaleHelper.cs (1)
66
using var dc = GetDcScope.
ScreenDC
;