2 references to QueryPropertyKey
System.Activities.Core.Presentation (2)
System\ServiceModel\Activities\Presentation\MessageQueryEditor.xaml.cs (2)
45
public static readonly DependencyProperty QueryProperty =
QueryPropertyKey
.DependencyProperty;
68
private set { SetValue(
QueryPropertyKey
, value); }