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