1 write to correlationInitializerDGHelper
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\CorrelationInitializerDesigner.xaml.cs (1)
56this.correlationInitializerDGHelper = new DataGridHelper(this.correlationInitializers, this);
5 references to correlationInitializerDGHelper
System.Activities.Core.Presentation (5)
System\ServiceModel\Activities\Presentation\CorrelationInitializerDesigner.xaml.cs (5)
57this.correlationInitializerDGHelper.ShowValidationErrorAsToolTip = true; 58this.correlationInitializerDGHelper.AddNewRowContent = (string)this.FindResource("addNewInitializer"); 59this.correlationInitializerDGHelper.AddNewRowCommand = CorrelationInitializerDesigner.AddNewInitializerCommand; 68this.correlationInitializerDGHelper.Source<IList>().Add(wrapper); 69this.correlationInitializerDGHelper.BeginRowEdit(wrapper);