3 writes to _byteData
ReachFramework (3)
MS\Internal\Printing\Configuration\DevMode.cs (3)
54this._byteData = value; 386this._byteData = new byte[GetVariableByteSize(true) + WINVER_0x0500_FixedByteSize]; 399result._byteData = (byte[])this._byteData.Clone();
7 references to _byteData
ReachFramework (7)
MS\Internal\Printing\Configuration\DevMode.cs (7)
49return this._byteData; 384if (this._byteData == null) 389this.Size = (ushort)this._byteData.Length; 397if (this._byteData != null) 399result._byteData = (byte[])this._byteData.Clone(); 677_byteData[ptr + charOffset] = (byte)(ch & 0xFF); 682char ch = (char)_byteData[ptr + charOffset];