4 references to ArgumentDirectionProperty
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (4)
756
new string[] { ArgumentNameProperty, ArgumentTypeProperty,
ArgumentDirectionProperty
, ArgumentDefaultValueProperty, IsOutputArgument, OwnerSchemaProperty, IsRequiredProperty };
825
PropertyName =
ArgumentDirectionProperty
,
1456
this.RaisePropertyChangedEvent(
ArgumentDirectionProperty
);
1504
else if (string.Equals(propertyName,
ArgumentDirectionProperty
) || (string.Equals(propertyName, ArgumentTypeProperty)))