41 references to Decode
PresentationCore (41)
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
417
cb = SerializationHelper.
Decode
(stream, out uiTag);
443
cb = SerializationHelper.
Decode
(stream, out size);
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (10)
129
uint cb = SerializationHelper.
Decode
(stream, out uiTag);
150
cb = SerializationHelper.
Decode
(stream, out dw);
160
cb = SerializationHelper.
Decode
(stream, out dw);
167
cb = SerializationHelper.
Decode
(stream, out dw);
193
cb = SerializationHelper.
Decode
(stream, out dw);
200
cb = SerializationHelper.
Decode
(stream, out dw);
205
cb = SerializationHelper.
Decode
(stream, out dw);
211
cb = SerializationHelper.
Decode
(stream, out cbInSize);
258
cb = SerializationHelper.
Decode
(stream, out dw);
264
cb = SerializationHelper.
Decode
(stream, out dw);
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (23)
206
cb = SerializationHelper.
Decode
(isfStream, out count);
340
uint localBytesDecoded = SerializationHelper.
Decode
(inputStream, out uiTag);
345
localBytesDecoded = SerializationHelper.
Decode
(inputStream, out remainingBytesInStream);
355
localBytesDecoded = SerializationHelper.
Decode
(inputStream, out uiTag);
382
localBytesDecoded = SerializationHelper.
Decode
(inputStream, out bytesDecodedInCurrentTag);
484
localBytesDecoded = SerializationHelper.
Decode
(inputStream, out fmt);
694
bytesDecodedInCurrentTag = SerializationHelper.
Decode
(inputStream, out transformTableIndex);
702
bytesDecodedInCurrentTag = SerializationHelper.
Decode
(inputStream, out metricDescriptorTableIndex);
710
bytesDecodedInCurrentTag = SerializationHelper.
Decode
(inputStream, out drawingAttributesTableIndex);
725
bytesDecodedInCurrentTag = SerializationHelper.
Decode
(inputStream, out strokeDescriptorTableIndex);
762
localBytesDecoded = SerializationHelper.
Decode
(inputStream, out bytesDecodedInCurrentTag);
826
uint cb = SerializationHelper.
Decode
(strm, out cbDA);
888
cb = SerializationHelper.
Decode
(strm, out uiTag);
902
cb = SerializationHelper.
Decode
(strm, out cbButton);
912
cb = SerializationHelper.
Decode
(strm, out dw);
929
cb = SerializationHelper.
Decode
(strm, out dw);
991
cb = SerializationHelper.
Decode
(strm, out cbBlock);
1046
cb = SerializationHelper.
Decode
(strm, out dw);
1095
cb = SerializationHelper.
Decode
(strm, out dw);
1103
cb = SerializationHelper.
Decode
(strm, out size);
1168
cb = SerializationHelper.
Decode
(strm, out uiTag);
1260
cbRead = SerializationHelper.
Decode
(strm, out angle);
1518
cbEntry += SerializationHelper.
Decode
(strm, out cb);
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (6)
227
locallyDecodedBytes = SerializationHelper.
Decode
(stream, out uiTag);
242
locallyDecodedBytes = SerializationHelper.
Decode
(stream, out cbsize);
250
locallyDecodedBytes = SerializationHelper.
Decode
(stream, out uiTag);
260
locallyDecodedBytes = SerializationHelper.
Decode
(stream, out propindex);
268
locallyDecodedBytes = SerializationHelper.
Decode
(stream, out propsize);
363
localBytesRead = SerializationHelper.
Decode
(inputStream, out pointCount);