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