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