9 references to GetArgumentType
System.Activities.Presentation (9)
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (9)
820PropertyGetter = (instance) => (((DesignTimeArgument)instance).GetArgumentType()), 1015Type currentType = this.GetArgumentType(); 1060if (this.GetArgumentType() != typeof(string) && value is string && string.IsNullOrEmpty((string)value)) 1065else if (null != value && !this.GetArgumentType().IsAssignableFrom(value.GetType())) 1067TypeConverter converter = TypeDescriptor.GetConverter(this.GetArgumentType()); 1208var type = this.GetArgumentType(); 1327if (null != value && !this.GetArgumentType().IsAssignableFrom(value.GetType())) 1331TypeConverter converter = TypeDescriptor.GetConverter(this.GetArgumentType()); 1351TypeConverter oldConverter = TypeDescriptor.GetConverter(this.GetArgumentType());