7 references to InOutArgument
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (7)
442
case PropertyKind.
InOutArgument
:
1006
result = PropertyKind.
InOutArgument
;
1040
case PropertyKind.
InOutArgument
:
1094
case PropertyKind.
InOutArgument
:
1133
return (direction == PropertyKind.OutArgument || direction == PropertyKind.
InOutArgument
);
1233
case PropertyKind.
InOutArgument
:
1273
|| direction == PropertyKind.OutArgument || direction == PropertyKind.
InOutArgument
)