1 write to SetMethodName
System.Activities (1)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (1)
1454descriptor.SetMethodName = expressionSetValueTypeAccessorMethod.Name;
4 references to SetMethodName
System.Activities (4)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (4)
1163descriptor.SetMethodName); 1168setExpression = new CodeMethodReferenceExpression(new CodeVariableReferenceExpression(dataContextVariableName), descriptor.SetMethodName); 2734string.IsNullOrWhiteSpace(this.SetMethodName) && 2743return !string.IsNullOrWhiteSpace(this.SetMethodName);