3 writes to _devMode
ReachFramework (3)
MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs (3)
32
this.
_devMode
= buffer;
36
this.
_devMode
= SafeMemoryHandle.Null;
45
this.
_devMode
= null;
6 references to _devMode
ReachFramework (6)
MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs (6)
42
if (this.
_devMode
!= null)
44
this.
_devMode
.Dispose();
67
IntPtr hdc = UnsafeNativeMethods.CreateICW(this._driverName, this._deviceName, null, this.
_devMode
);
386
return UnsafeNativeMethods.DeviceCapabilitiesW(this._deviceName, this._portName, capability, SafeMemoryHandle.Null, this.
_devMode
);
417
uint numOutputs = UnsafeNativeMethods.DeviceCapabilitiesW(this._deviceName, this._portName, capability, SafeMemoryHandle.Null, this.
_devMode
);
427
numOutputs = UnsafeNativeMethods.DeviceCapabilitiesW(this._deviceName, this._portName, capability, buffer.Handle, this.
_devMode
);