1 write to _manager
System.Web (1)
UI\WebParts\WebPartChrome.cs (1)
49
_manager
= manager;
5 references to _manager
System.Web (5)
UI\WebParts\WebPartChrome.cs (5)
72
_connections =
_manager
.Connections;
86
return
_manager
;
477
string exportUrl =
_manager
.GetExportUrl(webPart);
552
if (
_manager
!= null && isEnabled) {
555
ProviderConnectionPointCollection connectionPoints =
_manager
.GetProviderConnectionPoints(webPart);