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