6 writes to ElementNameOrPropertyName
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (6)
472CurrentContext.ElementNameOrPropertyName = contextXamlObjectIds.Name; 2091CurrentContext.ElementNameOrPropertyName = propertyDefinition.Name; 2942CurrentContext.ElementNameOrPropertyName = name; 2999CurrentContext.ElementNameOrPropertyName = holder.AttributeName; 3072CurrentContext.ElementNameOrPropertyName = holder.AttributeName; 3096CurrentContext.ElementNameOrPropertyName = holder.AttributeName;
2 references to ElementNameOrPropertyName
PresentationFramework (2)
System\Windows\Markup\BamlRecordReader.cs (2)
4547string propertyName = parentContext.ElementNameOrPropertyName; 4698parentContext.ElementNameOrPropertyName,