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