6 instantiations of ParserContext
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\ExpressionHelper.cs (1)
31ParserContext context = new ParserContext(owner);
System.Activities.Presentation\System\Activities\Presentation\NonTextualExpressionMorphHelper.cs (1)
40ParserContext parserContext = new ParserContext();
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (3)
1003return VisualBasicEditor.CreateExpressionFromString(type, expressionText, isLocation, new ParserContext()); 1254ParserContext context = new ParserContext(); 1914this.ParserContext = new ParserContext(etb.OwnerActivity)
System.Activities.Presentation\System\Activities\Presentation\VisualBasicExpressionMorphHelper.cs (1)
59newExpression = VisualBasicEditor.CreateExpressionFromString(newType, expressionText, isLocationExpression, new ParserContext());
8 references to ParserContext
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\ExpressionHelper.cs (4)
26return ExpressionHelper.GetExpressionString(expression, null as ParserContext); 31ParserContext context = new ParserContext(owner); 35internal static string GetExpressionString(Activity expression, ParserContext context) 94internal static ActivityWithResult TryCreateLiteral(Type type, string expressionText, ParserContext context)
System.Activities.Presentation\System\Activities\Presentation\NonTextualExpressionMorphHelper.cs (1)
40ParserContext parserContext = new ParserContext();
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (3)
1006internal static ActivityWithResult CreateExpressionFromString(Type type, string expressionText, bool isLocation, ParserContext context) 1254ParserContext context = new ParserContext(); 1896internal ParserContext ParserContext { get; set; }