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