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