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