4 references to dataSource
System.Activities.Core.Presentation (4)
System\ServiceModel\Activities\Presentation\MessageQuerySetDesigner.xaml.cs (4)
90this.messageQueries.ItemsSource = this.dataSource; 91this.dataSource.CollectionChanged += this.OnDataCollectionChanged; 132this.dataSource.Clear(); 152this.dataSource.Add(wrapper);