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