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