3 references to ExpressionProperty
System.Activities.Core.Presentation (3)
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (3)
551
if ((e.Property != DynamicArgumentWrapperObject.
ExpressionProperty
) && (entry.Expression != null))
780
get { return (ModelItem)GetValue(
ExpressionProperty
); }
781
set { SetValue(
ExpressionProperty
, value); }