14 references to Type
System.Data (14)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (14)
202if (tw.Type == typeof(ArrayOf<>) || tw.Type == typeof(BrowseForType)) 220if (typeWrapper.IsTypeDefinition && Type.Equals(this.lastSelection, typeWrapper.Type)) 600if (wrapper != null && typeof(ArrayOf<>) == wrapper.Type) 604result = wrapper.Type; 794return TypeNameHelper.GetDisplayName(this.Type, true); 837return object.Equals(this.Type, that.Type); 842if (this.Type != null) 844return this.Type.GetHashCode(); 904if (null != typeWrapper && null != typeWrapper.Type && typeof(ArrayOf<>) != typeWrapper.Type && typeof(BrowseForType) != typeWrapper.Type) 906return typeWrapper.Type;