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