2 writes to type
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (2)
770this.type = type; 780this.type = type;
3 references to type
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (3)
789if (TypePresenter.DefaultTypes.Contains(this.type)) 791return this.type.Name; 814get { return this.type; }