3 writes to _byteData
ReachFramework (3)
MS\Internal\Printing\Configuration\DevMode.cs (3)
50this._byteData = value; 382this._byteData = new byte[GetVariableByteSize(true) + WINVER_0x0500_FixedByteSize]; 395result._byteData = (byte[])this._byteData.Clone();
7 references to _byteData
ReachFramework (7)
MS\Internal\Printing\Configuration\DevMode.cs (7)
45return this._byteData; 380if (this._byteData == null) 385this.Size = (ushort)this._byteData.Length; 393if (this._byteData != null) 395result._byteData = (byte[])this._byteData.Clone(); 673_byteData[ptr + charOffset] = (byte)(ch & 0xFF); 678char ch = (char)_byteData[ptr + charOffset];