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