2 instantiations of RightsDocument
PresentationUI (2)
MS\Internal\Documents\Application\DocumentManager.cs (2)
101new RightsDocument( 118new RightsDocument(
13 references to RightsDocument
PresentationUI (13)
MS\Internal\Documents\Application\PackageController.cs (2)
169RightsDocument rightsDoc = document.Dependency as RightsDocument;
MS\Internal\Documents\Application\RightsController.cs (11)
43RightsDocument doc = (RightsDocument)document; // see class remarks on why this is ok 111RightsDocument doc = (RightsDocument)document; // see class remarks on why this is ok 198RightsDocument doc = (RightsDocument)document; // see class remarks on why this is ok 276RightsDocument doc = (RightsDocument)document; // see class remarks on why this is ok 296RightsDocument doc = (RightsDocument)document; // see class remarks on why this is ok 411return subject is RightsDocument;