2 writes to type
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (2)
770this.type = type; 780this.type = type;
3 references to type
System.Data (3)
cdf\src\NetFx40\Tools\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; }