3 writes to _rightsDictionary
PresentationUI (3)
MS\Internal\Documents\RightsManagementProvider.cs (3)
557
_rightsDictionary
=
827
_rightsDictionary
= _temporaryRightsDictionary;
866
_rightsDictionary
= _lastSavedRightsDictionary;
5 references to _rightsDictionary
PresentationUI (5)
MS\Internal\Documents\RightsManagementProvider.cs (5)
494
_rightsDictionary
== null &&
561
return
_rightsDictionary
;
832
if (
_rightsDictionary
!= null)
834
_rmUseLicense =
_rightsDictionary
[_user];
855
_lastSavedRightsDictionary =
_rightsDictionary
;