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