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