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