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