5 references to Write
PresentationCore (5)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\HuffCodec.cs (1)
152
writer.
Write
((byte)0, 1); //more efficent
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (2)
82
writer.
Write
(byte1, Native.BitsPerByte);
99
writer.
Write
(byte1, Native.BitsPerByte);
Shared\MS\Internal\Ink\BitStream.cs (2)
403
Write
(byteOfData, bitsToWrite);
437
Write
(byteOfData, Native.BitsPerByte);