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)
2284_nameFixupGraph.AddEndOfParseDependency(token.TargetContext.CurrentInstance, token.Target); 2343token.TargetContext.CurrentInstanceRegisteredName != null && 2344!_context.IsOnTheLiveStack(token.TargetContext.CurrentInstance)) 2346string convertedName = token.TargetContext.CurrentInstanceRegisteredName; 2347object convertedInstance = token.TargetContext.CurrentInstance; 2460var owc = token.TargetContext; 2480token.TargetContext.CurrentInstance = value; 2484if (token.TargetContext.CurrentInstanceRegisteredName != null) 2488Logic_RegisterName_OnCurrent(token.TargetContext, token.TargetContext.CurrentInstanceRegisteredName); 2494if(token.Target.Property != token.TargetContext.ParentProperty)