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