3 writes to _rightsDictionary
PresentationUI (3)
MS\Internal\Documents\RightsManagementProvider.cs (3)
560
_rightsDictionary
=
830
_rightsDictionary
= _temporaryRightsDictionary;
869
_rightsDictionary
= _lastSavedRightsDictionary;
5 references to _rightsDictionary
PresentationUI (5)
MS\Internal\Documents\RightsManagementProvider.cs (5)
497
_rightsDictionary
== null &&
564
return
_rightsDictionary
;
835
if (
_rightsDictionary
!= null)
837
_rmUseLicense =
_rightsDictionary
[_user];
858
_lastSavedRightsDictionary =
_rightsDictionary
;