1 implementation of GetRuntimeType
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Hosting\MultiTargetingSupportService.cs (1)
32public abstract Type GetRuntimeType(Type reflectionType);
3 references to GetRuntimeType
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (3)
234result = multiTargetingSupport.GetRuntimeType(result); 256arguments[i] = multiTargetingSupport.GetRuntimeType(arguments[i]); 577typeFilter = (type) => this.filter(multiTargetingSupport.GetRuntimeType(type));