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