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