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