3 writes to _devMode
ReachFramework (3)
MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs (3)
29
this.
_devMode
= buffer;
33
this.
_devMode
= SafeMemoryHandle.Null;
42
this.
_devMode
= null;
6 references to _devMode
ReachFramework (6)
MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs (6)
39
if (this.
_devMode
!= null)
41
this.
_devMode
.Dispose();
64
IntPtr hdc = UnsafeNativeMethods.CreateICW(this._driverName, this._deviceName, null, this.
_devMode
);
383
return UnsafeNativeMethods.DeviceCapabilitiesW(this._deviceName, this._portName, capability, SafeMemoryHandle.Null, this.
_devMode
);
414
uint numOutputs = UnsafeNativeMethods.DeviceCapabilitiesW(this._deviceName, this._portName, capability, SafeMemoryHandle.Null, this.
_devMode
);
424
numOutputs = UnsafeNativeMethods.DeviceCapabilitiesW(this._deviceName, this._portName, capability, buffer.Handle, this.
_devMode
);