2 references to Get_PrinterResolutions
System.Drawing.Common (2)
System\Drawing\Printing\PageSettings.cs (1)
441
PrinterResolution[] resolutions = _printerSettings.
Get_PrinterResolutions
();
System\Drawing\Printing\PrinterSettings.cs (1)
324
public PrinterResolutionCollection PrinterResolutions => new(
Get_PrinterResolutions
());