2 writes to propertyName
System.Activities (2)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (2)
832
this.
propertyName
= name;
883
this.
propertyName
= string.Format(CultureInfo.CurrentCulture, "_{0}", Guid.NewGuid().ToString().Replace("-", string.Empty));
2 references to propertyName
System.Activities (2)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (2)
880
if (string.IsNullOrEmpty(this.
propertyName
))
895
this.properties.AddDefaultValue(this.
propertyName
, this.defaultValue);