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)
2089token.Target.Instance = ctx.GrandParentInstance; 2224token.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)
2098if (token.Target.Instance != null) 2303if (token.Target.Instance != null && 2304!_nameFixupGraph.HasUnresolvedChildren(token.Target.Instance)) 2365!_nameFixupGraph.HasUnresolvedOrPendingChildren(token.Target.Instance); 2370object completedInstance = token.Target.Instance; 2407ExecutePendingAdds(target.InstanceType, target.Instance); 2415Runtime.InitializationGuard(target.InstanceType, target.Instance, false); 2422OnAfterEndInit(target.Instance); 2463SetValue(token.Target.Instance, token.Target.Property, value); 2560List<PendingCollectionAdd> pendingCollection = PendingCollectionAdds[token.Target.Instance]; 2570List<PendingCollectionAdd> pendingCollection = PendingCollectionAdds[token.Target.Instance];