41 references to Decode
PresentationCore (41)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
459
cb = SerializationHelper.
Decode
(stream, out uiTag);
485
cb = SerializationHelper.
Decode
(stream, out size);
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (10)
150
uint cb = SerializationHelper.
Decode
(stream, out uiTag);
171
cb = SerializationHelper.
Decode
(stream, out dw);
181
cb = SerializationHelper.
Decode
(stream, out dw);
188
cb = SerializationHelper.
Decode
(stream, out dw);
214
cb = SerializationHelper.
Decode
(stream, out dw);
221
cb = SerializationHelper.
Decode
(stream, out dw);
226
cb = SerializationHelper.
Decode
(stream, out dw);
232
cb = SerializationHelper.
Decode
(stream, out cbInSize);
279
cb = SerializationHelper.
Decode
(stream, out dw);
285
cb = SerializationHelper.
Decode
(stream, out dw);
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (23)
223
cb = SerializationHelper.
Decode
(isfStream, out count);
364
uint localBytesDecoded = SerializationHelper.
Decode
(inputStream, out uiTag);
369
localBytesDecoded = SerializationHelper.
Decode
(inputStream, out remainingBytesInStream);
379
localBytesDecoded = SerializationHelper.
Decode
(inputStream, out uiTag);
406
localBytesDecoded = SerializationHelper.
Decode
(inputStream, out bytesDecodedInCurrentTag);
508
localBytesDecoded = SerializationHelper.
Decode
(inputStream, out fmt);
718
bytesDecodedInCurrentTag = SerializationHelper.
Decode
(inputStream, out transformTableIndex);
726
bytesDecodedInCurrentTag = SerializationHelper.
Decode
(inputStream, out metricDescriptorTableIndex);
734
bytesDecodedInCurrentTag = SerializationHelper.
Decode
(inputStream, out drawingAttributesTableIndex);
749
bytesDecodedInCurrentTag = SerializationHelper.
Decode
(inputStream, out strokeDescriptorTableIndex);
786
localBytesDecoded = SerializationHelper.
Decode
(inputStream, out bytesDecodedInCurrentTag);
854
uint cb = SerializationHelper.
Decode
(strm, out cbDA);
914
cb = SerializationHelper.
Decode
(strm, out uiTag);
928
cb = SerializationHelper.
Decode
(strm, out cbButton);
938
cb = SerializationHelper.
Decode
(strm, out dw);
955
cb = SerializationHelper.
Decode
(strm, out dw);
1017
cb = SerializationHelper.
Decode
(strm, out cbBlock);
1072
cb = SerializationHelper.
Decode
(strm, out dw);
1121
cb = SerializationHelper.
Decode
(strm, out dw);
1129
cb = SerializationHelper.
Decode
(strm, out size);
1194
cb = SerializationHelper.
Decode
(strm, out uiTag);
1289
cbRead = SerializationHelper.
Decode
(strm, out angle);
1549
cbEntry += SerializationHelper.
Decode
(strm, out cb);
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (6)
254
locallyDecodedBytes = SerializationHelper.
Decode
(stream, out uiTag);
269
locallyDecodedBytes = SerializationHelper.
Decode
(stream, out cbsize);
277
locallyDecodedBytes = SerializationHelper.
Decode
(stream, out uiTag);
287
locallyDecodedBytes = SerializationHelper.
Decode
(stream, out propindex);
295
locallyDecodedBytes = SerializationHelper.
Decode
(stream, out propsize);
398
localBytesRead = SerializationHelper.
Decode
(inputStream, out pointCount);