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