2 references to GetVariablesInScope
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ParserContext.cs (1)
117List<ModelItem> declaredVariables = VisualBasicEditor.GetVariablesInScope(this.baseModelItem);
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
517List<ModelItem> declaredVariables = VisualBasicEditor.GetVariablesInScope(this.OwnerActivity);