2 references to OwnerActivityProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (2)
109get { return (ModelItem)GetValue(OwnerActivityProperty); } 110set { SetValue(OwnerActivityProperty, value); }