3 writes to Name
System.Activities.Core.Presentation (3)
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (3)
532
entry.
Name
= e.OldValue as string;
812
this.
Name
= DynamicArgumentWrapperObject.Editor.GetDefaultName();
825
this.
Name
= argumentName;
5 references to Name
System.Activities.Core.Presentation (5)
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (5)
442
object mutableKVPair = Activator.CreateInstance(dictionaryEntryType, new object[] { wrapper.
Name
, argument });
529
p => string.Equals(p.
Name
, newName) && p != entry);
582
.Select<DynamicArgumentWrapperObject, string>(p => (string)p.
Name
)
857
return string.IsNullOrEmpty(this.
Name
) ? "Parameter" : this.
Name
;