3 writes to _devMode
ReachFramework (3)
MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs (3)
28
this.
_devMode
= buffer;
32
this.
_devMode
= SafeMemoryHandle.Null;
41
this.
_devMode
= null;
6 references to _devMode
ReachFramework (6)
MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs (6)
38
if (this.
_devMode
!= null)
40
this.
_devMode
.Dispose();
63
IntPtr hdc = UnsafeNativeMethods.CreateICW(this._driverName, this._deviceName, null, this.
_devMode
);
382
return UnsafeNativeMethods.DeviceCapabilitiesW(this._deviceName, this._portName, capability, SafeMemoryHandle.Null, this.
_devMode
);
413
uint numOutputs = UnsafeNativeMethods.DeviceCapabilitiesW(this._deviceName, this._portName, capability, SafeMemoryHandle.Null, this.
_devMode
);
423
numOutputs = UnsafeNativeMethods.DeviceCapabilitiesW(this._deviceName, this._portName, capability, buffer.Handle, this.
_devMode
);