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