5 references to Write
PresentationCore (5)
MS\Internal\Ink\InkSerializedFormat\HuffCodec.cs (1)
136writer.Write((byte)0, 1); //more efficent
MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (2)
68writer.Write(byte1, Native.BitsPerByte); 85writer.Write(byte1, Native.BitsPerByte);
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Ink\BitStream.cs (2)
391Write(byteOfData, bitsToWrite); 425Write(byteOfData, Native.BitsPerByte);