3 writes to _byteData
ReachFramework (3)
MS\Internal\Printing\Configuration\DevMode.cs (3)
51this._byteData = value; 383this._byteData = new byte[GetVariableByteSize(true) + WINVER_0x0500_FixedByteSize]; 396result._byteData = (byte[])this._byteData.Clone();
7 references to _byteData
ReachFramework (7)
MS\Internal\Printing\Configuration\DevMode.cs (7)
46return this._byteData; 381if (this._byteData == null) 386this.Size = (ushort)this._byteData.Length; 394if (this._byteData != null) 396result._byteData = (byte[])this._byteData.Clone(); 674_byteData[ptr + charOffset] = (byte)(ch & 0xFF); 679char ch = (char)_byteData[ptr + charOffset];