13 references to TargetContext
System.Xaml (13)
System\Xaml\Context\NameFixupToken.cs (2)
188TargetContext.IsInitializedCallback = null; 189namedObject = TargetContext.ResolveName(name, out _);
System\Xaml\InfosetObjects\XamlObjectWriter.cs (11)
2282_nameFixupGraph.AddEndOfParseDependency(token.TargetContext.CurrentInstance, token.Target); 2341token.TargetContext.CurrentInstanceRegisteredName is not null && 2342!_context.IsOnTheLiveStack(token.TargetContext.CurrentInstance)) 2344string convertedName = token.TargetContext.CurrentInstanceRegisteredName; 2345object convertedInstance = token.TargetContext.CurrentInstance; 2458var owc = token.TargetContext; 2478token.TargetContext.CurrentInstance = value; 2482if (token.TargetContext.CurrentInstanceRegisteredName is not null) 2486Logic_RegisterName_OnCurrent(token.TargetContext, token.TargetContext.CurrentInstanceRegisteredName); 2492if(token.Target.Property != token.TargetContext.ParentProperty)