4 references to Uid
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (1)
454
CurrentContext.Uid = contextXamlObjectIds.
Uid
;
System\Windows\Markup\XamlParseException.cs (3)
331
else if (xamlObjectIds.
Uid
!= null)
333
simpleObjectId = xamlObjectIds.
Uid
;
478
xamlParseException.UidContext = contextXamlObjectIds.
Uid
;