4 implementations of IsResponsible
PresentationUI (4)
MS\Internal\Documents\Application\FileController.cs (1)
490bool IChainOfResponsibiltyNode<Document>.IsResponsible(Document subject)
MS\Internal\Documents\Application\HostedController.cs (1)
94bool IChainOfResponsibiltyNode<Document>.IsResponsible(Document subject)
MS\Internal\Documents\Application\PackageController.cs (1)
217bool IChainOfResponsibiltyNode<Document>.IsResponsible(Document subject)
MS\Internal\Documents\Application\RightsController.cs (1)
404bool IChainOfResponsibiltyNode<Document>.IsResponsible(Document subject)
1 reference to IsResponsible
PresentationUI (1)
MS\Internal\Documents\Application\ChainOfResponsibility.cs (1)
65if (member.IsResponsible(subject))