2 writes to PropertyName
System.Activities (2)
System\Activities\Expressions\ExpressionServices.cs (2)
1049result = new PropertyValue<TOperand, TResult> { PropertyName = memberExpressionBody.Member.Name }; 1053result = new PropertyValue<TOperand, TResult> { Operand = operand, PropertyName = memberExpressionBody.Member.Name };
4 references to PropertyName
System.Activities (4)
System\Activities\Expressions\PropertyValue.cs (4)
39if (string.IsNullOrEmpty(this.PropertyName)) 47propertyInfo = operandType.GetProperty(this.PropertyName); 51metadata.AddValidationError(SR.MemberNotFound(this.PropertyName, typeof(TOperand).Name)); 61if (!MemberExpressionHelper.TryGenerateLinqDelegate(this.PropertyName, false, this.isOperationFunctionStatic, out this.operationFunction, out validationError))