41 references to Decode
PresentationCore (41)
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
434
cb = SerializationHelper.
Decode
(stream, out uiTag);
460
cb = SerializationHelper.
Decode
(stream, out size);
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (10)
140
uint cb = SerializationHelper.
Decode
(stream, out uiTag);
161
cb = SerializationHelper.
Decode
(stream, out dw);
171
cb = SerializationHelper.
Decode
(stream, out dw);
178
cb = SerializationHelper.
Decode
(stream, out dw);
204
cb = SerializationHelper.
Decode
(stream, out dw);
211
cb = SerializationHelper.
Decode
(stream, out dw);
216
cb = SerializationHelper.
Decode
(stream, out dw);
222
cb = SerializationHelper.
Decode
(stream, out cbInSize);
269
cb = SerializationHelper.
Decode
(stream, out dw);
275
cb = SerializationHelper.
Decode
(stream, out dw);
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (23)
220
cb = SerializationHelper.
Decode
(isfStream, out count);
354
uint localBytesDecoded = SerializationHelper.
Decode
(inputStream, out uiTag);
359
localBytesDecoded = SerializationHelper.
Decode
(inputStream, out remainingBytesInStream);
369
localBytesDecoded = SerializationHelper.
Decode
(inputStream, out uiTag);
396
localBytesDecoded = SerializationHelper.
Decode
(inputStream, out bytesDecodedInCurrentTag);
498
localBytesDecoded = SerializationHelper.
Decode
(inputStream, out fmt);
708
bytesDecodedInCurrentTag = SerializationHelper.
Decode
(inputStream, out transformTableIndex);
716
bytesDecodedInCurrentTag = SerializationHelper.
Decode
(inputStream, out metricDescriptorTableIndex);
724
bytesDecodedInCurrentTag = SerializationHelper.
Decode
(inputStream, out drawingAttributesTableIndex);
739
bytesDecodedInCurrentTag = SerializationHelper.
Decode
(inputStream, out strokeDescriptorTableIndex);
776
localBytesDecoded = SerializationHelper.
Decode
(inputStream, out bytesDecodedInCurrentTag);
840
uint cb = SerializationHelper.
Decode
(strm, out cbDA);
900
cb = SerializationHelper.
Decode
(strm, out uiTag);
914
cb = SerializationHelper.
Decode
(strm, out cbButton);
924
cb = SerializationHelper.
Decode
(strm, out dw);
941
cb = SerializationHelper.
Decode
(strm, out dw);
1003
cb = SerializationHelper.
Decode
(strm, out cbBlock);
1058
cb = SerializationHelper.
Decode
(strm, out dw);
1107
cb = SerializationHelper.
Decode
(strm, out dw);
1115
cb = SerializationHelper.
Decode
(strm, out size);
1179
cb = SerializationHelper.
Decode
(strm, out uiTag);
1274
cbRead = SerializationHelper.
Decode
(strm, out angle);
1534
cbEntry += SerializationHelper.
Decode
(strm, out cb);
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (6)
235
locallyDecodedBytes = SerializationHelper.
Decode
(stream, out uiTag);
250
locallyDecodedBytes = SerializationHelper.
Decode
(stream, out cbsize);
258
locallyDecodedBytes = SerializationHelper.
Decode
(stream, out uiTag);
268
locallyDecodedBytes = SerializationHelper.
Decode
(stream, out propindex);
276
locallyDecodedBytes = SerializationHelper.
Decode
(stream, out propsize);
371
localBytesRead = SerializationHelper.
Decode
(inputStream, out pointCount);