2 writes to propertyName
System.Activities (2)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (2)
832this.propertyName = name; 883this.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)
880if (string.IsNullOrEmpty(this.propertyName)) 895this.properties.AddDefaultValue(this.propertyName, this.defaultValue);