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