2 writes to _currentScope
System.Web (2)
UI\WebParts\WebPartPersonalization.cs (2)
328_currentScope = scope; 489_currentScope = Load();
3 references to _currentScope
System.Web (3)
UI\WebParts\WebPartPersonalization.cs (3)
234return _currentScope; 320if (scope == _currentScope) { 639if (_currentScope == PersonalizationScope.Shared) {