3 references to GetPropertyValueExpression
PresentationBuildTasks (3)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (3)
1847expressions[i] = GetPropertyValueExpression(ctx, parameters[i].ParameterType, args[i], null); 1865expressions[i] = GetPropertyValueExpression(ctx, parameters[i].ParameterType, args[i], null); 3133CodeExpression ceValue = GetPropertyValueExpression(ctx, typeof(Uri), null, attributeValue);