4 references to Uid
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (1)
473
CurrentContext.Uid = contextXamlObjectIds.
Uid
;
System\Windows\Markup\XamlParseException.cs (3)
340
else if (xamlObjectIds.
Uid
!= null)
342
simpleObjectId = xamlObjectIds.
Uid
;
487
xamlParseException.UidContext = contextXamlObjectIds.
Uid
;