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