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