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