13 references to GetArgumentDirection
System.Data (13)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (13)
431
switch (argument.
GetArgumentDirection
())
832
PropertyGetter = (instance) => (((DesignTimeArgument)instance).
GetArgumentDirection
()),
972
if (this.
GetArgumentDirection
() != PropertyKind.Property)
983
PropertyKind currentDirection = this.
GetArgumentDirection
();
1057
if (PropertyKind.Property == this.
GetArgumentDirection
())
1084
switch (this.
GetArgumentDirection
())
1099
throw FxTrace.Exception.AsError(new NotSupportedException(string.Format(CultureInfo.CurrentCulture, "{0} argument direction is not supported", this.
GetArgumentDirection
())));
1111
if (PropertyKind.Property == this.
GetArgumentDirection
())
1132
PropertyKind direction = this.
GetArgumentDirection
();
1198
return this.
GetArgumentDirection
() != PropertyKind.Property || !type.IsGenericType || !typeof(Argument).IsAssignableFrom(type);
1209
var direction = this.
GetArgumentDirection
();
1319
if (PropertyKind.Property == this.
GetArgumentDirection
())
1349
if (this.
GetArgumentDirection
() == PropertyKind.Property)