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