13 references to TargetContext
System.Xaml (13)
System\Xaml\Context\NameFixupToken.cs (2)
191TargetContext.IsInitializedCallback = null; 192namedObject = TargetContext.ResolveName(name, out _);
System\Xaml\InfosetObjects\XamlObjectWriter.cs (11)
2348_nameFixupGraph.AddEndOfParseDependency(token.TargetContext.CurrentInstance, token.Target); 2411token.TargetContext.CurrentInstanceRegisteredName is not null && 2412!_context.IsOnTheLiveStack(token.TargetContext.CurrentInstance)) 2414string convertedName = token.TargetContext.CurrentInstanceRegisteredName; 2415object convertedInstance = token.TargetContext.CurrentInstance; 2530var owc = token.TargetContext; 2551token.TargetContext.CurrentInstance = value; 2555if (token.TargetContext.CurrentInstanceRegisteredName is not null) 2559Logic_RegisterName_OnCurrent(token.TargetContext, token.TargetContext.CurrentInstanceRegisteredName); 2566if (token.Target.Property != token.TargetContext.ParentProperty)