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