3 references to CreatePublicInstance
System.Web (3)
UI\ControlBuilder.cs (1)
1540
obj = HttpRuntime.
CreatePublicInstance
(_controlType, args);
UI\PartialCachingControl.cs (1)
798
cachedControl = (Control) HttpRuntime.
CreatePublicInstance
(_createCachedControlType, _args);
UI\TemplateControl.cs (1)
693
c = (Control) HttpRuntime.
CreatePublicInstance
(t, parameters);