3 writes to Size
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (3)
773
strokeDescriptor.
Size
+= SerializationHelper.VarSize((uint)tag);
810
strokeDescriptor.
Size
+= SerializationHelper.VarSize((uint)KnownTagCache.KnownTagIndex.StrokePropertyList);
818
strokeDescriptor.
Size
+= SerializationHelper.VarSize((uint)tag);
3 references to Size
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (3)
2298
cbTotal += SerializationHelper.VarSize((_strokeDescriptorTable[count]).
Size
) + (_strokeDescriptorTable[count]).
Size
;
2374
cbData += SerializationHelper.Encode(strm, strd.
Size
);