1 write to correlationDataDGHelper
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\CorrelationDataDesigner.xaml.cs (1)
69
this.
correlationDataDGHelper
= new DataGridHelper(this.correlationInitializers, this);
3 references to correlationDataDGHelper
System.Activities.Core.Presentation (3)
System\ServiceModel\Activities\Presentation\CorrelationDataDesigner.xaml.cs (3)
73
this.
correlationDataDGHelper
.AddNewRowCommand = AddNewDataCommand;
75
this.
correlationDataDGHelper
.AddNewRowContent = (string)this.FindResource("addNewEntry");
107
this.
correlationDataDGHelper
.BeginRowEdit(wrapper, this.correlationInitializers.Columns[1]);