2 references to SerializedStreamLengthProperty
System.Workflow.ComponentModel (2)
AuthoringOM\Activity.cs (2)
1044
long max = (long)this.GetValue(
SerializedStreamLengthProperty
);
1050
this.SetValue(
SerializedStreamLengthProperty
, memoryStream.Length > max ? memoryStream.Length : max);