6 references to AttributeName
PresentationFramework (6)
src\Framework\System\Windows\Markup\BamlCollectionHolder.cs (3)
154
_reader.ThrowException(SRID.ParserCantGetDPOrPi,
AttributeName
);
163
if (
AttributeName
== "Resources" &&
204
_reader.ThrowException(SRID.ParserCantGetDPOrPi,
AttributeName
);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (3)
3034
CurrentContext.ElementNameOrPropertyName = holder.
AttributeName
;
3107
CurrentContext.ElementNameOrPropertyName = holder.
AttributeName
;
3131
CurrentContext.ElementNameOrPropertyName = holder.
AttributeName
;