3 references to StringCollection
System.Drawing.Common (1)
Special\NotSupported.cs (1)
3017
public static System.Drawing.Printing.PrinterSettings.
StringCollection
InstalledPrinters { get { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } }
System.Drawing.Common.Tests (2)
Helpers.cs (1)
16
public static PrinterSettings.
StringCollection
InstalledPrinters { get; } = PrinterSettings.InstalledPrinters;
System\Drawing\Printing\PrinterSettingsTests.cs (1)
616
var
installedPrinters = Helpers.InstalledPrinters;