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)
234
return
_currentScope
;
320
if (scope ==
_currentScope
) {
639
if (
_currentScope
== PersonalizationScope.Shared) {