3 references to DriverName
System.Drawing (3)
commonui\System\Drawing\Printing\PrinterSettings.cs (3)
668
DeviceContext dc = DeviceContext.CreateDC(
DriverName
, PrinterNameInternal, (string) null, new HandleRef(null, modePointer));
706
DeviceContext dc = DeviceContext.CreateIC(
DriverName
, PrinterNameInternal, (string) null, new HandleRef(null, modePointer));
1100
string driver =
DriverName
; // make sure we are writing out exactly the same string as we got the length of