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