13 references to TargetContext
System.Xaml (13)
System\Xaml\Context\NameFixupToken.cs (2)
192TargetContext.IsInitializedCallback = null; 193namedObject = TargetContext.ResolveName(name, out _);
System\Xaml\InfosetObjects\XamlObjectWriter.cs (11)
2349_nameFixupGraph.AddEndOfParseDependency(token.TargetContext.CurrentInstance, token.Target); 2412token.TargetContext.CurrentInstanceRegisteredName is not null && 2413!_context.IsOnTheLiveStack(token.TargetContext.CurrentInstance)) 2415string convertedName = token.TargetContext.CurrentInstanceRegisteredName; 2416object convertedInstance = token.TargetContext.CurrentInstance; 2531var owc = token.TargetContext; 2552token.TargetContext.CurrentInstance = value; 2556if (token.TargetContext.CurrentInstanceRegisteredName is not null) 2560Logic_RegisterName_OnCurrent(token.TargetContext, token.TargetContext.CurrentInstanceRegisteredName); 2567if(token.Target.Property != token.TargetContext.ParentProperty)