2 instantiations of RightsDocument
PresentationUI (2)
MS\Internal\Documents\Application\DocumentManager.cs (2)
97new RightsDocument( 115new RightsDocument(
13 references to RightsDocument
PresentationUI (13)
MS\Internal\Documents\Application\PackageController.cs (2)
166RightsDocument rightsDoc = document.Dependency as RightsDocument;
MS\Internal\Documents\Application\RightsController.cs (11)
38RightsDocument doc = (RightsDocument)document; // see class remarks on why this is ok 106RightsDocument doc = (RightsDocument)document; // see class remarks on why this is ok 194RightsDocument doc = (RightsDocument)document; // see class remarks on why this is ok 273RightsDocument doc = (RightsDocument)document; // see class remarks on why this is ok 293RightsDocument doc = (RightsDocument)document; // see class remarks on why this is ok 408return subject is RightsDocument;