5 writes to Instance
System.Xaml (5)
System\Xaml\Context\ServiceProviderContext.cs (3)
316
token.Target.
Instance
= _xamlContext.GrandParentInstance;
331
token.Target.
Instance
= _xamlContext.ParentInstance;
341
token.Target.
Instance
= _xamlContext.ParentInstance;
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
2080
token.Target.
Instance
= ctx.GrandParentInstance;
2213
token.Target.
Instance
= ctx.ParentInstance;
16 references to Instance
System.Xaml (16)
System\Xaml\Context\NameFixupGraph.cs (5)
61
Debug.Assert(fixupToken.Target.
Instance
== null &&
69
object parentObject = fixupToken.Target.
Instance
;
117
if (pendingToken.Target.
Instance
== instance)
249
AddToMultiDict(_dependenciesByParentObject, parentObject.
Instance
, token);
449
object parentInstance = token.Target.
Instance
;
System\Xaml\InfosetObjects\XamlObjectWriter.cs (11)
2089
if (token.Target.
Instance
!= null)
2292
if (token.Target.
Instance
!= null &&
2293
!_nameFixupGraph.HasUnresolvedChildren(token.Target.
Instance
))
2354
!_nameFixupGraph.HasUnresolvedOrPendingChildren(token.Target.
Instance
);
2359
object completedInstance = token.Target.
Instance
;
2396
ExecutePendingAdds(target.InstanceType, target.
Instance
);
2404
Runtime.InitializationGuard(target.InstanceType, target.
Instance
, false);
2411
OnAfterEndInit(target.
Instance
);
2452
SetValue(token.Target.
Instance
, token.Target.Property, value);
2549
List<PendingCollectionAdd> pendingCollection = PendingCollectionAdds[token.Target.
Instance
];
2559
List<PendingCollectionAdd> pendingCollection = PendingCollectionAdds[token.Target.
Instance
];