2 overrides of CreateCachedControl
System.Web (2)
UI\PartialCachingControl.cs (2)
710
internal override Control
CreateCachedControl
() {
789
internal override Control
CreateCachedControl
() {
1 reference to CreateCachedControl
System.Web (1)
UI\PartialCachingControl.cs (1)
122
_cachedCtrl =
CreateCachedControl
();