1 implementation of GetRuntimeType
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Hosting\MultiTargetingSupportService.cs (1)
32public abstract Type GetRuntimeType(Type reflectionType);
3 references to GetRuntimeType
System.Activities.Presentation (3)
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));