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