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