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