3 instantiations of UnauthorizedWebPart
System.Web (3)
UI\WebParts\WebPartManager.cs (3)
3380dynamicWebPart = new UnauthorizedWebPart(id, typeName, path, genericWebPartID); 3425dynamicWebPart = new UnauthorizedWebPart(id, typeName, path, genericWebPartID); 4422webPartOrProxy = new UnauthorizedWebPart(webPart);
4 references to UnauthorizedWebPart
System.Web (4)
UI\WebParts\BlobPersonalizationState.cs (1)
348if (webPart is UnauthorizedWebPart) {
UI\WebParts\PageCatalogPart.cs (1)
76if (part is UnauthorizedWebPart) {
UI\WebParts\WebPartManager.cs (2)
1898if (part is UnauthorizedWebPart) { 4207if (part is UnauthorizedWebPart) {