Base:
method
LoadAdapterState
System.Web.UI.MobileControls.Adapters.ControlAdapter.LoadAdapterState(System.Object)
1 override of LoadAdapterState
System.Web.Mobile (1)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
169public override void LoadAdapterState(Object state)
3 references to LoadAdapterState
System.Web.Mobile (3)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (3)
174base.LoadAdapterState(pair.First); 179base.LoadAdapterState(triplet.First); 185base.LoadAdapterState(viewState[0]);