5 writes to PropertyName
System (1)
compmod\system\codedom\CodePropertyReferenceExpression.cs (1)
48
PropertyName
= propertyName;
System.Workflow.Activities (1)
Rules\Expressions.cs (1)
1241
newProperty.
PropertyName
= propGetExpr.PropertyName;
XamlBuildTask (3)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (3)
485
PropertyName
= "Assembly",
720
PropertyName
= "Assembly",
753
PropertyName
= "Length",
18 references to PropertyName
System (4)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
2196
OutputIdentifier(e.
PropertyName
);
compmod\microsoft\visualbasic\VBCodeProvider.cs (2)
2089
Output.Write(e.
PropertyName
);
2092
OutputIdentifier(e.
PropertyName
);
compmod\system\codedom\compiler\CodeValidator.cs (1)
790
ValidateIdentifier(e,"PropertyName",e.
PropertyName
);
System.Workflow.Activities (12)
Rules\Expressions.cs (12)
1060
message = string.Format(CultureInfo.CurrentCulture, Messages.NullPropertyTarget, propGetExpr.
PropertyName
);
1084
message = string.Format(CultureInfo.CurrentCulture, Messages.NullPropertyTarget, propGetExpr.
PropertyName
);
1098
PropertyInfo pi = validation.ResolveProperty(targetType, propGetExpr.
PropertyName
, bindingFlags);
1102
message = string.Format(CultureInfo.CurrentCulture, Messages.UnknownProperty, propGetExpr.
PropertyName
, RuleDecompiler.DecompileType(targetType));
1112
message = string.Format(CultureInfo.CurrentCulture, Messages.CouldNotDetermineMemberType, propGetExpr.
PropertyName
);
1123
message = string.Format(CultureInfo.CurrentCulture, baseMessage, propGetExpr.
PropertyName
, RuleDecompiler.DecompileType(targetType));
1130
if (!validation.ValidateMemberAccess(propGetExpr.TargetObject, targetType, accessorMethod, propGetExpr.
PropertyName
, propGetExpr))
1225
string message = string.Format(CultureInfo.CurrentCulture, Messages.NullPropertyTarget, propGetExpr.
PropertyName
);
1233
stringBuilder.Append(propGetExpr.
PropertyName
);
1241
newProperty.PropertyName = propGetExpr.
PropertyName
;
1251
return (propGetExpr.
PropertyName
== newProperty.
PropertyName
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\ActivityCodeDomSerializationManager.cs (1)
179
string.Equals(((CodePropertyReferenceExpression)context.Expression).
PropertyName
, "SynchronizationHandles", StringComparison.Ordinal))
AuthoringOM\Serializer\DependencyObjectCodeDomSerializer.cs (1)
130
if (prop.
PropertyName
== dependencyProperty.Name && prop.TargetObject.Equals(objectExpression))