6 references to MessageQuerySetContainer
System.Activities.Core.Presentation (6)
System\ServiceModel\Activities\Presentation\MessageQuerySetDesigner.xaml.cs (6)
103var messageQuerySet = this.MessageQuerySetContainer.Properties[this.querySetPropertyName].Dictionary; 135if (null != this.Activity && null != this.MessageQuerySetContainer && !string.IsNullOrEmpty(this.querySetPropertyName)) 138if (!this.MessageQuerySetContainer.Properties[this.querySetPropertyName].IsSet) 141this.MessageQuerySetContainer.Properties[this.querySetPropertyName].SetValue(new MessageQuerySet()); 144var input = this.MessageQuerySetContainer.Properties[this.querySetPropertyName].Dictionary; 165var messageQuerySet = this.MessageQuerySetContainer.Properties[this.querySetPropertyName].Dictionary;