3 references to BrowseForType
System.Data (3)
cdf\src\NetFx40\Tools\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)