3 writes to _rightsDictionary
PresentationUI (3)
MS\Internal\Documents\RightsManagementProvider.cs (3)
558
_rightsDictionary
=
828
_rightsDictionary
= _temporaryRightsDictionary;
867
_rightsDictionary
= _lastSavedRightsDictionary;
5 references to _rightsDictionary
PresentationUI (5)
MS\Internal\Documents\RightsManagementProvider.cs (5)
495
_rightsDictionary
== null &&
562
return
_rightsDictionary
;
833
if (
_rightsDictionary
!= null)
835
_rmUseLicense =
_rightsDictionary
[_user];
856
_lastSavedRightsDictionary =
_rightsDictionary
;