6 writes to ElementNameOrPropertyName
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (6)
453
CurrentContext.
ElementNameOrPropertyName
= contextXamlObjectIds.Name;
2072
CurrentContext.
ElementNameOrPropertyName
= propertyDefinition.Name;
2923
CurrentContext?.
ElementNameOrPropertyName
= name;
2976
CurrentContext.
ElementNameOrPropertyName
= holder.AttributeName;
3049
CurrentContext.
ElementNameOrPropertyName
= holder.AttributeName;
3073
CurrentContext.
ElementNameOrPropertyName
= holder.AttributeName;
2 references to ElementNameOrPropertyName
PresentationFramework (2)
System\Windows\Markup\BamlRecordReader.cs (2)
4519
string propertyName = parentContext.
ElementNameOrPropertyName
;
4670
parentContext.
ElementNameOrPropertyName
,