1 implementation of Dependency
PresentationUI (1)
MS\Internal\Documents\Application\Document.cs (1)
90Document IChainOfDependenciesNode<Document>.Dependency
4 references to Dependency
PresentationUI (4)
MS\Internal\Documents\Application\ChainOfDependencies.cs (4)
43if (member.Dependency != null) 45last = GetLast(member.Dependency); 64T nextInChain = member.Dependency; 99T nextInChain = member.Dependency;