2 instantiations of RightsDocument
PresentationUI (2)
MS\Internal\Documents\Application\DocumentManager.cs (2)
96new RightsDocument( 114new RightsDocument(
13 references to RightsDocument
PresentationUI (13)
MS\Internal\Documents\Application\PackageController.cs (2)
165RightsDocument rightsDoc = document.Dependency as RightsDocument;
MS\Internal\Documents\Application\RightsController.cs (11)
37RightsDocument doc = (RightsDocument)document; // see class remarks on why this is ok 105RightsDocument doc = (RightsDocument)document; // see class remarks on why this is ok 193RightsDocument doc = (RightsDocument)document; // see class remarks on why this is ok 272RightsDocument doc = (RightsDocument)document; // see class remarks on why this is ok 292RightsDocument doc = (RightsDocument)document; // see class remarks on why this is ok 407return subject is RightsDocument;