4 references to LoadControl
System.Web (3)
UI\WebParts\DeclarativeCatalogPart.cs (1)
143
Control userControl = Page.
LoadControl
(webPartsListUserControlPath);
UI\WebParts\WebPartManager.cs (2)
2801
childControl = Page.
LoadControl
(userControlTypeName);
3390
childControl = Page.
LoadControl
(path);
System.Web.Mobile (1)
UI\MobileControls\StyleSheet.cs (1)
260
Control control = parent.
LoadControl
(ReferencePath);