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