1 instantiation of WebPartManagerInternals
System.Web (1)
UI\WebParts\WebPartManager.cs (1)
444
_internals = new
WebPartManagerInternals
(this);
2 references to WebPartManagerInternals
System.Web (2)
UI\WebParts\WebPartManager.cs (2)
85
private
WebPartManagerInternals
_internals;
441
protected
WebPartManagerInternals
Internals {