9 references to new
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
3710using (ObjectScope fontScope = new(hFont))
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
701using ObjectScope halftoneScope = new(halftone);
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
1476using ObjectScope objectScope = new(halftone);
System\Windows\Forms\Rendering\ControlPaint.cs (3)
1802using ObjectScope pen = new(style switch 1829using ObjectScope pen = new(PInvokeCore.CreatePen(PEN_STYLE.PS_SOLID, cWidth: 1, (COLORREF)(uint)ColorTranslator.ToWin32(backColor))); 2044using ObjectScope brush = new(PInvokeCore.CreateSolidBrush((COLORREF)(uint)ColorTranslator.ToWin32(backColor)));
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
82using ObjectScope hFont = new(listBox.Font.ToHFONT());
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (1)
181using ObjectScope font = new(Font.ToHFONT());
System\Windows\Forms\Design\DesignerUtils.cs (1)
531using ObjectScope hFont = new(ctrl.Font.ToHFONT());