41 references to Decode
PresentationCore (41)
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
418
cb = SerializationHelper.
Decode
(stream, out uiTag);
444
cb = SerializationHelper.
Decode
(stream, out size);
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (10)
130
uint cb = SerializationHelper.
Decode
(stream, out uiTag);
151
cb = SerializationHelper.
Decode
(stream, out dw);
161
cb = SerializationHelper.
Decode
(stream, out dw);
168
cb = SerializationHelper.
Decode
(stream, out dw);
194
cb = SerializationHelper.
Decode
(stream, out dw);
201
cb = SerializationHelper.
Decode
(stream, out dw);
206
cb = SerializationHelper.
Decode
(stream, out dw);
212
cb = SerializationHelper.
Decode
(stream, out cbInSize);
259
cb = SerializationHelper.
Decode
(stream, out dw);
265
cb = SerializationHelper.
Decode
(stream, out dw);
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (23)
207
cb = SerializationHelper.
Decode
(isfStream, out count);
341
uint localBytesDecoded = SerializationHelper.
Decode
(inputStream, out uiTag);
346
localBytesDecoded = SerializationHelper.
Decode
(inputStream, out remainingBytesInStream);
356
localBytesDecoded = SerializationHelper.
Decode
(inputStream, out uiTag);
383
localBytesDecoded = SerializationHelper.
Decode
(inputStream, out bytesDecodedInCurrentTag);
485
localBytesDecoded = SerializationHelper.
Decode
(inputStream, out fmt);
695
bytesDecodedInCurrentTag = SerializationHelper.
Decode
(inputStream, out transformTableIndex);
703
bytesDecodedInCurrentTag = SerializationHelper.
Decode
(inputStream, out metricDescriptorTableIndex);
711
bytesDecodedInCurrentTag = SerializationHelper.
Decode
(inputStream, out drawingAttributesTableIndex);
726
bytesDecodedInCurrentTag = SerializationHelper.
Decode
(inputStream, out strokeDescriptorTableIndex);
763
localBytesDecoded = SerializationHelper.
Decode
(inputStream, out bytesDecodedInCurrentTag);
827
uint cb = SerializationHelper.
Decode
(strm, out cbDA);
889
cb = SerializationHelper.
Decode
(strm, out uiTag);
903
cb = SerializationHelper.
Decode
(strm, out cbButton);
913
cb = SerializationHelper.
Decode
(strm, out dw);
930
cb = SerializationHelper.
Decode
(strm, out dw);
992
cb = SerializationHelper.
Decode
(strm, out cbBlock);
1047
cb = SerializationHelper.
Decode
(strm, out dw);
1096
cb = SerializationHelper.
Decode
(strm, out dw);
1104
cb = SerializationHelper.
Decode
(strm, out size);
1169
cb = SerializationHelper.
Decode
(strm, out uiTag);
1261
cbRead = SerializationHelper.
Decode
(strm, out angle);
1519
cbEntry += SerializationHelper.
Decode
(strm, out cb);
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (6)
228
locallyDecodedBytes = SerializationHelper.
Decode
(stream, out uiTag);
243
locallyDecodedBytes = SerializationHelper.
Decode
(stream, out cbsize);
251
locallyDecodedBytes = SerializationHelper.
Decode
(stream, out uiTag);
261
locallyDecodedBytes = SerializationHelper.
Decode
(stream, out propindex);
269
locallyDecodedBytes = SerializationHelper.
Decode
(stream, out propsize);
364
localBytesRead = SerializationHelper.
Decode
(inputStream, out pointCount);