1 implementation of Dependency
PresentationUI (1)
MS\Internal\Documents\Application\Document.cs (1)
92Document IChainOfDependenciesNode<Document>.Dependency
4 references to Dependency
PresentationUI (4)
MS\Internal\Documents\Application\ChainOfDependencies.cs (4)
44if (member.Dependency != null) 46last = GetLast(member.Dependency); 65T nextInChain = member.Dependency; 100T nextInChain = member.Dependency;