3 writes to _devMode
ReachFramework (3)
MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs (3)
28
this.
_devMode
= buffer;
32
this.
_devMode
= SafeMemoryHandle.Null;
39
this.
_devMode
= null;
5 references to _devMode
ReachFramework (5)
MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs (5)
38
this.
_devMode
?.Dispose();
60
IntPtr hdc = UnsafeNativeMethods.CreateICW(this._driverName, this._deviceName, null, this.
_devMode
);
379
return UnsafeNativeMethods.DeviceCapabilitiesW(this._deviceName, this._portName, capability, SafeMemoryHandle.Null, this.
_devMode
);
410
uint numOutputs = UnsafeNativeMethods.DeviceCapabilitiesW(this._deviceName, this._portName, capability, SafeMemoryHandle.Null, this.
_devMode
);
420
numOutputs = UnsafeNativeMethods.DeviceCapabilitiesW(this._deviceName, this._portName, capability, buffer.Handle, this.
_devMode
);