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