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 && 562return _rightsDictionary; 833if (_rightsDictionary != null) 835_rmUseLicense = _rightsDictionary[_user]; 856_lastSavedRightsDictionary = _rightsDictionary;