3 references to BrowseForType
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (3)
202if (tw.Type == typeof(ArrayOf<>) || tw.Type == typeof(BrowseForType)) 367yield return new TypeWrapper(BrowseTypeString, "BrowseForTypes", typeof(BrowseForType)); 904if (null != typeWrapper && null != typeWrapper.Type && typeof(ArrayOf<>) != typeWrapper.Type && typeof(BrowseForType) != typeWrapper.Type)