3 references to PROPINFO
PresentationBuildTasks (3)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (3)
2722
param1 = new CodeParameterDeclarationExpression(typeof(PropertyInfo),
PROPINFO
);
2728
CodeMethodReferenceExpression cmreGPV = new CodeMethodReferenceExpression(new CodeArgumentReferenceExpression(
PROPINFO
), "GetValue");
2756
CodeMethodReferenceExpression cmreSPV = new CodeMethodReferenceExpression(new CodeArgumentReferenceExpression(
PROPINFO
), "SetValue");