9 references to CreateObjectFromType
System.Web (9)
UI\WebParts\WebPartManager.cs (9)
1737Control newChildControl = (Control)Internals.CreateObjectFromType(childControlType); 1744newWebPart = (WebPart)Internals.CreateObjectFromType(webPart.GetType()); 2779childControl = (Control)(Internals.CreateObjectFromType(partType)); 2785part = (WebPart)(Internals.CreateObjectFromType(partType)); 3069TypeConverter converter = (TypeConverter)(Internals.CreateObjectFromType(converterType)); 3331WebPartTransformer transformer = (WebPartTransformer)Internals.CreateObjectFromType(type); 3363dynamicWebPart = (WebPart)Internals.CreateObjectFromType(type); 3393childControl = (Control)Internals.CreateObjectFromType(type); 4240TypeConverter tempConverter = (TypeConverter)(Internals.CreateObjectFromType(converterType));