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