2 references to SaveControlStateInternal
System.Web (2)
UI\Control.cs (1)
2433
controlstatesize = EstimateStateSize(
SaveControlStateInternal
());
UI\Page.cs (1)
5482
object controlState = ctl.
SaveControlStateInternal
();