13 references to TargetContext
System.Xaml (13)
System\Xaml\Context\NameFixupToken.cs (2)
192
TargetContext
.IsInitializedCallback = null;
193
namedObject =
TargetContext
.ResolveName(name, out _);
System\Xaml\InfosetObjects\XamlObjectWriter.cs (11)
2349
_nameFixupGraph.AddEndOfParseDependency(token.
TargetContext
.CurrentInstance, token.Target);
2412
token.
TargetContext
.CurrentInstanceRegisteredName is not null &&
2413
!_context.IsOnTheLiveStack(token.
TargetContext
.CurrentInstance))
2415
string convertedName = token.
TargetContext
.CurrentInstanceRegisteredName;
2416
object convertedInstance = token.
TargetContext
.CurrentInstance;
2531
var owc = token.
TargetContext
;
2552
token.
TargetContext
.CurrentInstance = value;
2556
if (token.
TargetContext
.CurrentInstanceRegisteredName is not null)
2560
Logic_RegisterName_OnCurrent(token.
TargetContext
, token.
TargetContext
.CurrentInstanceRegisteredName);
2567
if(token.Target.Property != token.
TargetContext
.ParentProperty)