2 writes to CurrentVariableScope
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
234
this.
CurrentVariableScope
= validScope.GetVariableCollection();
378
this.
CurrentVariableScope
= newVariableScope;
6 references to CurrentVariableScope
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (6)
218
if (null != this.
CurrentVariableScope
)
230
if (!ModelItem.Equals(validScope, this.
CurrentVariableScope
.Parent))
239
return this.
CurrentVariableScope
;
376
if (this.
CurrentVariableScope
!= newVariableScope)
407
this.Populate(null != this.
CurrentVariableScope
? this.
CurrentVariableScope
.Parent : null);