5 writes to Instance
System.Xaml (5)
System\Xaml\Context\ServiceProviderContext.cs (3)
314
token.Target.
Instance
= _xamlContext.GrandParentInstance;
329
token.Target.
Instance
= _xamlContext.ParentInstance;
339
token.Target.
Instance
= _xamlContext.ParentInstance;
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
2078
token.Target.
Instance
= ctx.GrandParentInstance;
2211
token.Target.
Instance
= ctx.ParentInstance;
16 references to Instance
System.Xaml (16)
System\Xaml\Context\NameFixupGraph.cs (5)
57
Debug.Assert(fixupToken.Target.
Instance
is null &&
65
object parentObject = fixupToken.Target.
Instance
;
113
if (pendingToken.Target.
Instance
== instance)
245
AddToMultiDict(_dependenciesByParentObject, parentObject.
Instance
, token);
445
object parentInstance = token.Target.
Instance
;
System\Xaml\InfosetObjects\XamlObjectWriter.cs (11)
2087
if (token.Target.
Instance
is not null)
2290
if (token.Target.
Instance
is not null &&
2291
!_nameFixupGraph.HasUnresolvedChildren(token.Target.
Instance
))
2352
!_nameFixupGraph.HasUnresolvedOrPendingChildren(token.Target.
Instance
);
2357
object completedInstance = token.Target.
Instance
;
2394
ExecutePendingAdds(target.InstanceType, target.
Instance
);
2402
Runtime.InitializationGuard(target.InstanceType, target.
Instance
, false);
2409
OnAfterEndInit(target.
Instance
);
2450
SetValue(token.Target.
Instance
, token.Target.Property, value);
2547
List<PendingCollectionAdd> pendingCollection = PendingCollectionAdds[token.Target.
Instance
];
2557
List<PendingCollectionAdd> pendingCollection = PendingCollectionAdds[token.Target.
Instance
];