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