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