1 write to StatementMethodName
System.Activities (1)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (1)
1465descriptor.StatementMethodName = expressionSetValueTypeAccessorMethod.Name;
3 references to StatementMethodName
System.Activities (3)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (3)
1252new CodeVariableReferenceExpression(dataContextVariableName), descriptor.StatementMethodName)); 2735string.IsNullOrWhiteSpace(this.StatementMethodName); 2751return !string.IsNullOrWhiteSpace(this.StatementMethodName);