3 references to ValueProperty
System.Activities.Core.Presentation (3)
System\ServiceModel\Activities\Presentation\MessageQuerySetDesigner.xaml.cs (3)
288PropertyName = ValueProperty, 289PropertyGetter = (instance) => (((MessageQueryEntry)instance).ReflectedObject.Properties[ValueProperty].ComputedValue), 290PropertySetter = (instance, value) => { ((MessageQueryEntry)instance).ReflectedObject.Properties[ValueProperty].SetValue( value ); },