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