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