1 write to propertyType
System.Activities (1)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (1)
837this.propertyType = type;
2 references to propertyType
System.Activities (2)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (2)
886if (this.defaultValue != null && this.propertyType != null) 892this.defaultValue = StripTypeWrapping(this.defaultValue, this.propertyType);