2 writes to AdapterInternal
System.Web (2)
UI\Control.cs (2)
417AdapterInternal = context.Request.Browser.GetAdapter(this); 432AdapterInternal = ResolveAdapter();
62 references to AdapterInternal
System.Web (62)
UI\Control.cs (31)
408return AdapterInternal; 420return AdapterInternal; 430return AdapterInternal; 434return AdapterInternal; 1738if (AdapterInternal != null) { 1739AdapterInternal.OnInit(EventArgs.Empty); 1796if (AdapterInternal != null) { 1797AdapterInternal.OnInit(EventArgs.Empty); 1966if (AdapterInternal == null || savedState.Second == null) { 1969AdapterInternal.LoadAdapterControlState(savedState.Second); 2033if ((adapterState != null) && (AdapterInternal != null)) { 2034AdapterInternal.LoadAdapterViewState(adapterState); 2255if (AdapterInternal != null) { 2256AdapterInternal.OnLoad(EventArgs.Empty); 2284if (AdapterInternal != null) { 2285AdapterInternal.OnLoad(EventArgs.Empty); 2334if (AdapterInternal != null) { 2335AdapterInternal.OnPreRender(EventArgs.Empty); 2375if (AdapterInternal != null) { 2376AdapterInternal.OnPreRender(EventArgs.Empty); 2451if (AdapterInternal != null) { 2452adapterControlState = AdapterInternal.SaveAdapterControlState(); 2517if (AdapterInternal != null) { 2518adapterState = AdapterInternal.SaveAdapterViewState(); 2549if (AdapterInternal != null) { 2707if (AdapterInternal != null) { 2708AdapterInternal.OnUnload(EventArgs.Empty); 3299if (AdapterInternal != null) { 3300AdapterInternal.CreateChildControls(); 3454IPostBackDataHandler pbdh = AdapterInternal as IPostBackDataHandler; 3464IPostBackEventHandler pbeh = AdapterInternal as IPostBackEventHandler;
UI\LiteralControl.cs (8)
83if (AdapterInternal != null) { 84AdapterInternal.OnInit(EventArgs.Empty); 93if (AdapterInternal != null) { 94AdapterInternal.OnLoad(EventArgs.Empty); 102if (AdapterInternal != null) { 103AdapterInternal.OnPreRender(EventArgs.Empty); 111if (AdapterInternal != null) { 112AdapterInternal.OnUnload(EventArgs.Empty);
UI\Page.cs (5)
878if (AdapterInternal != null) { 2993IPostBackDataHandler dataHandler = control.AdapterInternal as IPostBackDataHandler; 3101IPostBackDataHandler consumer = c.AdapterInternal as IPostBackDataHandler; 3205IPostBackDataHandler consumer = c.AdapterInternal as IPostBackDataHandler; 6262_pageAdapter = (PageAdapter)AdapterInternal;
UI\WebControls\Calendar.cs (2)
1156if (AdapterInternal != null) { 1157IPostBackEventHandler pbeh = AdapterInternal as IPostBackEventHandler;
UI\WebControls\DataBoundControl.cs (2)
366if (AdapterInternal != null) { 367DataBoundControlAdapter dataBoundControlAdapter = AdapterInternal as DataBoundControlAdapter;
UI\WebControls\DetailsView.cs (2)
2185if (AdapterInternal != null) { 2186DataBoundControlAdapter dataBoundControlAdapter = AdapterInternal as DataBoundControlAdapter;
UI\WebControls\FormView.cs (2)
1859if (AdapterInternal != null) { 1860DataBoundControlAdapter dataBoundControlAdapter = AdapterInternal as DataBoundControlAdapter;
UI\WebControls\HierarchicalDataBoundControl.cs (2)
210if (AdapterInternal != null) { 211HierarchicalDataBoundControlAdapter hierarchicalAdapter = AdapterInternal as HierarchicalDataBoundControlAdapter;
UI\WebControls\Menu.cs (4)
2172if (AdapterInternal != null) { 2173MenuAdapter menuAdapter = AdapterInternal as MenuAdapter; 2568if (AdapterInternal != null) { 2569IPostBackEventHandler pbeh = AdapterInternal as IPostBackEventHandler;
UI\WebControls\Table.cs (2)
286if (AdapterInternal != null) { 287IPostBackEventHandler pbeh = AdapterInternal as IPostBackEventHandler;
UI\WebControls\TreeView.cs (2)
3136if (AdapterInternal != null) { 3137IPostBackEventHandler pbeh = AdapterInternal as IPostBackEventHandler;