1 write to _createCachedControlType
System.Web (1)
UI\PartialCachingControl.cs (1)
785
_createCachedControlType
= createCachedControlType;
1 reference to _createCachedControlType
System.Web (1)
UI\PartialCachingControl.cs (1)
798
cachedControl = (Control) HttpRuntime.CreatePublicInstance(
_createCachedControlType
, _args);