4 references to Uid
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (1)
464
CurrentContext.Uid = contextXamlObjectIds.
Uid
;
System\Windows\Markup\XamlParseException.cs (3)
332
else if (xamlObjectIds.
Uid
!= null)
334
simpleObjectId = xamlObjectIds.
Uid
;
479
xamlParseException.UidContext = contextXamlObjectIds.
Uid
;