1 interface inheriting from IChainOfResponsibiltyNode
PresentationUI (1)
MS\Internal\Documents\Application\IDocumentController.cs (1)
16
internal interface IDocumentController :
IChainOfResponsibiltyNode
<Document>
5 references to IChainOfResponsibiltyNode
PresentationUI (5)
MS\Internal\Documents\Application\ChainOfResponsibility.cs (1)
29
internal class ChainOfResponsiblity<T,S> where T :
IChainOfResponsibiltyNode
<S>
MS\Internal\Documents\Application\FileController.cs (1)
491
bool
IChainOfResponsibiltyNode
<Document>.IsResponsible(Document subject)
MS\Internal\Documents\Application\HostedController.cs (1)
100
bool
IChainOfResponsibiltyNode
<Document>.IsResponsible(Document subject)
MS\Internal\Documents\Application\PackageController.cs (1)
220
bool
IChainOfResponsibiltyNode
<Document>.IsResponsible(Document subject)
MS\Internal\Documents\Application\RightsController.cs (1)
409
bool
IChainOfResponsibiltyNode
<Document>.IsResponsible(Document subject)