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