2 writes to defaultValue
System.Activities (2)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (2)
842this.defaultValue = defaultValue; 892this.defaultValue = StripTypeWrapping(this.defaultValue, this.propertyType);
4 references to defaultValue
System.Activities (4)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (4)
878if (this.defaultValue != null) 886if (this.defaultValue != null && this.propertyType != null) 892this.defaultValue = StripTypeWrapping(this.defaultValue, this.propertyType); 895this.properties.AddDefaultValue(this.propertyName, this.defaultValue);