2 writes to CurrentInstanceRegisteredName
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
472
_context.
CurrentInstanceRegisteredName
= null;
2158
ctx.
CurrentInstanceRegisteredName
= name;
7 references to CurrentInstanceRegisteredName
System.Xaml (7)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (7)
464
if (_context.
CurrentInstanceRegisteredName
is not null)
469
TriggerNameResolution(instance, _context.
CurrentInstanceRegisteredName
);
527
string name = _context.
CurrentInstanceRegisteredName
;
2411
token.TargetContext.
CurrentInstanceRegisteredName
is not null &&
2414
string convertedName = token.TargetContext.
CurrentInstanceRegisteredName
;
2555
if (token.TargetContext.
CurrentInstanceRegisteredName
is not null)
2559
Logic_RegisterName_OnCurrent(token.TargetContext, token.TargetContext.
CurrentInstanceRegisteredName
);