12 references to PrinterName
System.Drawing.Common (10)
System\Drawing\Printing\InvalidPrinterException.cs (1)
31return SR.Format(SR.InvalidPrinterException_InvalidPrinter, settings.PrinterName);
System\Drawing\Printing\PageSettings.cs (1)
323fixed (char* n = _printerSettings.PrinterName)
System\Drawing\Printing\PrinterSettings.cs (8)
184/// Gets a value indicating whether the <see cref='PrinterName'/> property designates the default printer. 194/// Gets a value indicating whether the <see cref='PrinterName'/> property designates a valid printer. 529=> FastDeviceCapabilities(capability, PrinterName, output, defaultValue); 724string printerName = PrinterName; 843string printerName = PrinterName; 897string printerName = PrinterName; 941string printerName = PrinterName; 1047$"[PrinterSettings {PrinterName} Copies={Copies} Collate={Collate} Duplex={Duplex} FromPage={FromPage} LandscapeAngle={LandscapeAngle} MaximumCopies={MaximumCopies} OutputPort={OutputPort} ToPage={ToPage}]";
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrinterSettingsExtensions.cs (2)
24fixed (char* n = printerSettings.PrinterName) 35fixed (char* n = printerSettings.PrinterName)