6 writes to ElementNameOrPropertyName
PresentationFramework (6)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (6)
486CurrentContext.ElementNameOrPropertyName = contextXamlObjectIds.Name; 2122CurrentContext.ElementNameOrPropertyName = propertyDefinition.Name; 2977CurrentContext.ElementNameOrPropertyName = name; 3034CurrentContext.ElementNameOrPropertyName = holder.AttributeName; 3107CurrentContext.ElementNameOrPropertyName = holder.AttributeName; 3131CurrentContext.ElementNameOrPropertyName = holder.AttributeName;
2 references to ElementNameOrPropertyName
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
4593string propertyName = parentContext.ElementNameOrPropertyName; 4745parentContext.ElementNameOrPropertyName,