1 write to dgHelper
System.Activities.Core.Presentation (1)
System\Activities\Presentation\TypeCollectionDesigner.xaml.cs (1)
129
this.
dgHelper
= new DataGridHelper(this.typesDataGrid, this);
3 references to dgHelper
System.Activities.Core.Presentation (3)
System\Activities\Presentation\TypeCollectionDesigner.xaml.cs (3)
130
this.
dgHelper
.AddNewRowContent = this.FindResource("addNewRowLabel");
131
this.
dgHelper
.AddNewRowCommand = AddNewTypeCommand;
147
this.
dgHelper
.BeginRowEdit(newEntry);