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)
2295_nameFixupGraph.AddEndOfParseDependency(token.TargetContext.CurrentInstance, token.Target); 2354token.TargetContext.CurrentInstanceRegisteredName != null && 2355!_context.IsOnTheLiveStack(token.TargetContext.CurrentInstance)) 2357string convertedName = token.TargetContext.CurrentInstanceRegisteredName; 2358object convertedInstance = token.TargetContext.CurrentInstance; 2471var owc = token.TargetContext; 2491token.TargetContext.CurrentInstance = value; 2495if (token.TargetContext.CurrentInstanceRegisteredName != null) 2499Logic_RegisterName_OnCurrent(token.TargetContext, token.TargetContext.CurrentInstanceRegisteredName); 2505if(token.Target.Property != token.TargetContext.ParentProperty)