3 references to IsAuthorized
System.Web (3)
UI\WebParts\DeclarativeCatalogPart.cs (1)
96if (webPart != null && (WebPartManager == null || WebPartManager.IsAuthorized(webPart))) {
UI\WebParts\WebPartManager.cs (2)
904if (!IsAuthorized(webPart)) { 4421if (!_manager.IsAuthorized(webPart)) {