2 types derived from ProxyWebPart
System.Web (2)
UI\WebParts\ErrorWebPart.cs (1)
21public class ErrorWebPart : ProxyWebPart, ITrackingPersonalizable {
UI\WebParts\UnauthorizedWebPart.cs (1)
20public sealed class UnauthorizedWebPart : ProxyWebPart {
11 references to ProxyWebPart
System.Web (11)
UI\Page.cs (1)
5263if (webPartToExport == null || webPartToExport.IsClosed || webPartToExport is ProxyWebPart) {
UI\WebParts\BlobPersonalizationState.cs (3)
765ProxyWebPart proxyWebPart = webPart as ProxyWebPart; 1227if (c is ProxyWebPart) {
UI\WebParts\EditorPart.cs (1)
49if (WebPartToEdit is ProxyWebPart) {
UI\WebParts\WebPartCollection.cs (2)
79ProxyWebPart proxyWebPart = webPart as ProxyWebPart;
UI\WebParts\WebPartManager.cs (4)
1643if (providerWebPart is ProxyWebPart || consumerWebPart is ProxyWebPart) { 4066ProxyWebPart proxyWebPart = webPart as ProxyWebPart;