8 references to ArgumentNameProperty
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
374argument.Properties[DesignTimeArgument.ArgumentNameProperty].ComputedValue.ToString(), null));
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (7)
756new string[] { ArgumentNameProperty, ArgumentTypeProperty, ArgumentDirectionProperty, ArgumentDefaultValueProperty, IsOutputArgument, OwnerSchemaProperty, IsRequiredProperty }; 779IdentifierName = (string)argument.Properties[ArgumentNameProperty].ComputedValue 801PropertyName = ArgumentNameProperty, 919return (string)this.ReflectedObject.Properties[ArgumentNameProperty].ComputedValue; 963this.Editor.UpdateArgumentName(this, name, (string)this.ReflectedObject.Properties[ArgumentNameProperty].ComputedValue); 1460else if (propertyName == ArgumentNameProperty) 1488if (string.Equals(propertyName, ArgumentNameProperty))