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