4 references to Name
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (1)
453
CurrentContext.ElementNameOrPropertyName = contextXamlObjectIds.
Name
;
System\Windows\Markup\XamlParseException.cs (3)
323
if (xamlObjectIds.
Name
!= null)
325
simpleObjectId = xamlObjectIds.
Name
;
477
xamlParseException.NameContext = contextXamlObjectIds.
Name
;