4 references to OwnerActivity
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (4)
321
if (this.
OwnerActivity
!= null)
323
Fx.Assert(this.
OwnerActivity
.GetEditingContext() != null, "Any acitvity should be associated with an EditingContext");
324
return this.
OwnerActivity
.GetEditingContext();
469
if (this.
OwnerActivity
!= null)