1 write to querySetPropertyName
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\MessageQuerySetDesigner.xaml.cs (1)
239control.querySetPropertyName = null != property ? property.Name : string.Empty;
6 references to querySetPropertyName
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;