5 writes to Instance
System.Xaml (5)
System\Xaml\Context\ServiceProviderContext.cs (3)
318
token.Target.
Instance
= _xamlContext.GrandParentInstance;
333
token.Target.
Instance
= _xamlContext.ParentInstance;
343
token.Target.
Instance
= _xamlContext.ParentInstance;
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
2139
token.Target.
Instance
= ctx.GrandParentInstance;
2274
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
;
115
if (pendingToken.Target.
Instance
== instance)
253
AddToMultiDict(_dependenciesByParentObject, parentObject.
Instance
, token);
464
object parentInstance = token.Target.
Instance
;
System\Xaml\InfosetObjects\XamlObjectWriter.cs (11)
2148
if (token.Target.
Instance
is not null)
2357
if (token.Target.
Instance
is not null &&
2358
!_nameFixupGraph.HasUnresolvedChildren(token.Target.
Instance
))
2423
!_nameFixupGraph.HasUnresolvedOrPendingChildren(token.Target.
Instance
);
2428
object completedInstance = token.Target.
Instance
;
2467
ExecutePendingAdds(target.InstanceType, target.
Instance
);
2475
Runtime.InitializationGuard(target.InstanceType, target.
Instance
, false);
2482
OnAfterEndInit(target.
Instance
);
2523
SetValue(token.Target.
Instance
, token.Target.Property, value);
2622
List<PendingCollectionAdd> pendingCollection = PendingCollectionAdds[token.Target.
Instance
];
2632
List<PendingCollectionAdd> pendingCollection = PendingCollectionAdds[token.Target.
Instance
];