2 writes to _isAuthorized
System.Web (2)
UI\WebParts\WebPartAuthorizationEventArgs.cs (2)
23
_isAuthorized
= true;
37
_isAuthorized
= value;
1 reference to _isAuthorized
System.Web (1)
UI\WebParts\WebPartAuthorizationEventArgs.cs (1)
34
return
_isAuthorized
;