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