1 write to Type
System.Activities.Core.Presentation (1)
System\Activities\Presentation\TypeCollectionDesigner.xaml.cs (1)
180this.Type = type;
9 references to Type
System.Activities.Core.Presentation (9)
System\Activities\Presentation\TypeCollectionDesigner.xaml.cs (9)
64return wrapperCollection.Where(wrapper => wrapper.Type != null).Select(wrapper => wrapper.Type); 105if (tw.Type != null && list.Any<TypeWrapper>(entry => Type.Equals(entry.Type, tw.Type))) 107ErrorReporting.ShowErrorMessage(string.Format(CultureInfo.CurrentCulture, (string)this.FindResource("duplicateEntryErrorMessage"), TypeNameHelper.GetDisplayName(tw.Type, true))); 192if (this.Type != null && !string.IsNullOrEmpty(this.Type.Name)) 194return this.Type.Name;