3 references to TypeWrapper
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (3)
325this.nullTypeWrapper = new TypeWrapper(NullString, "Null", null); 362yield return new TypeWrapper("Array of [T]", "T[]", typeof(ArrayOf<>)); 367yield return new TypeWrapper(BrowseTypeString, "BrowseForTypes", typeof(BrowseForType));