3 references to new
System.Drawing.Common (2)
System\Drawing\Printing\PrinterSettings.cs (2)
459CreateDcScope hdc = new(DriverName, PrinterNameInternal, devmode, informationOnly: false); 485CreateDcScope dc = new(DriverName, PrinterNameInternal, (DEVMODEW*)modePointer, informationOnly: true);
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
577using CreateDcScope hdc = new("DISPLAY");