1 write to compiler
System.Activities (1)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (1)
2644
this.
compiler
= compiler;
13 references to compiler
System.Activities (13)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (13)
2660
this.
compiler
.OnRootActivity();
2664
this.
compiler
.OnAfterRootActivity();
2673
this.
compiler
.OnAfterRootArguments(activity);
2679
this.
compiler
.OnVariableScope(activity);
2682
this.
compiler
.OnAfterVariableScope();
2688
this.
compiler
.OnRootImplementationScope(activity, out rootArgumentAccessorContext);
2692
this.
compiler
.OnAfterRootImplementationScope(activity, rootArgumentAccessorContext);
2697
this.
compiler
.InVariableScopeArgument = true;
2699
this.
compiler
.InVariableScopeArgument = false;
2704
this.
compiler
.OnITextExpressionFound(activity, this);
2710
this.
compiler
.OnActivityDelegateScope();
2714
this.
compiler
.OnAfterActivityDelegateScope();
2721
this.
compiler
.OnDelegateArgument(delegateArgument);