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