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