2 references to DefaultValueProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (2)
127
get { return (string)GetValue(
DefaultValueProperty
); }
128
set { SetValue(
DefaultValueProperty
, value); }