4 references to Name
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (1)
472
CurrentContext.ElementNameOrPropertyName = contextXamlObjectIds.
Name
;
System\Windows\Markup\XamlParseException.cs (3)
332
if (xamlObjectIds.
Name
!= null)
334
simpleObjectId = xamlObjectIds.
Name
;
486
xamlParseException.NameContext = contextXamlObjectIds.
Name
;