2 references to IsSupportedExpressionProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (2)
121get { return (bool)GetValue(IsSupportedExpressionProperty); } 122set { SetValue(IsSupportedExpressionProperty, value); }