14 references to new
System.Drawing.Common.Tests (1)
System\Drawing\GdiPlusHandlesTests.cs (1)
27
using GetDcScope hdc =
new
(PInvokeCore.GetForegroundWindow());
System.Windows.Forms (9)
System\Windows\Forms\Accessibility\LabelEditUiaTextProvider.cs (1)
376
using GetDcScope hdc =
new
(_owningChildEdit.Handle);
System\Windows\Forms\Control.cs (1)
11926
using GetDcScope dc =
new
(HWND);
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (1)
451
using GetDcScope hdc =
new
(_owningChildEdit.Handle);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
2370
using GetDcScope hdc =
new
(HWND);
3703
using GetDcScope hdc =
new
(DropDownListBox.HWND);
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseUiaTextProvider.cs (1)
457
using GetDcScope hdc =
new
(Owner.HWND);
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
372
using GetDcScope hdc =
new
(HWND);
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
476
using GetDcScope hdc =
new
(HWND);
System\Windows\Forms\Rendering\ControlPaint.cs (1)
307
using GetDcScope screenDC =
new
(HWND.Null);
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
80
using (GetDcScope hdc =
new
((HWND)listBox.Handle))
System\Windows\Forms\Design\DesignerUtils.cs (1)
388
using GetDcScope controlDC =
new
((HWND)control.Handle);
System\Windows\Forms\Design\OleDragDropHandler.cs (1)
437
using GetDcScope dc =
new
(handle);
WinFormsControlsTest (1)
ScalingBeforeChanges.cs (1)
36
using GetDcScope dc =
new
(hwnd);