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