3 writes to Size
PresentationCore (3)
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (3)
734strokeDescriptor.Size += SerializationHelper.VarSize((uint)tag); 771strokeDescriptor.Size += SerializationHelper.VarSize((uint)KnownTagCache.KnownTagIndex.StrokePropertyList); 779strokeDescriptor.Size += SerializationHelper.VarSize((uint)tag);
3 references to Size
PresentationCore (3)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (3)
2247cbTotal += SerializationHelper.VarSize((_strokeDescriptorTable[count]).Size) + (_strokeDescriptorTable[count]).Size; 2323cbData += SerializationHelper.Encode(strm, strd.Size);